image2cpp icon indicating copy to clipboard operation
image2cpp copied to clipboard

monochrome optional?

Open spaceWafflesss opened this issue 3 years ago • 3 comments

Hi, I was wondering if it was possible to make monochrome optional, if not could someone point out where in the html code that is, and how to disable it, thanks

spaceWafflesss avatar Feb 17 '22 09:02 spaceWafflesss

You mean you want to be able to use this for color images? I'm not sure how that would work, as the OLEDs this script was made for just turn the pixels on/off and don't use any color info, and I don't have any color OLEDs to try this with.

javl avatar Mar 29 '23 12:03 javl

it could be interesting for the transparency issue. we could have 255 for pixel that are white, 0 for skipped pixel (transparent) and 128 for pure black

LeoGeneret avatar Apr 04 '23 15:04 LeoGeneret

Not sure what "the transparency issue" is. OLED pixels are either on or off (at least on black and white OLEDs). If you use a display without backpanel, off would already mean transparent. So how would you use the 3rd state?

javl avatar Apr 04 '23 15:04 javl