penmode in lcd
[lcd]
penmode 32 with color arguments of 125 125 125 gives a nice transparent element in max 4 but in max 8 the transparency is gone.
is it not supported or is that yet another change in lcd?
Maybe a combination of pensize 32 and oprgb:
your pink pen remains solid here.
let me see if i can isolate what i am actually doing.
yes, same order of messages.


okay, none of the copy modes does anything for me.
it´s been completely changed. only useless transfer modes are left, useful ones have been removed. also, it takes 1-7 now instead of flags.

jit.lcd still has the old modes. :)

jit.lcd might be my solution, but somehow i question if that change to lcd was really necessary.
There is transparency in this pink (not always visible when using the pen, because of writing the same color over and over at the same place). Here a better example:
that´s weird. but then why my patch does not work? and why is it no longer documented in the ref?