olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.06k stars 1.04k forks source link

Any news from grayscale? #2418

Open Adamyno opened 5 months ago

Adamyno commented 5 months ago

I have an SSD1325 OLED display, which according to the data sheet can handle (16) levels of grayscale. This is not entirely clear to me because the original u8glib could control 4 different shades of gray on 2 bits. Unfortunately, I couldn't find a usable u8glib for an ESP32 board. The newer u8g2 can now be used with the ESP32 board, but it cannot handle grayscale. Thus, the display is essentially a waste, because it can do the same in this form as an SSD1306.

olikraus commented 5 months ago

Looks like also the Adafruit lib just supports monochrome graphics: https://reference.arduino.cc/reference/en/libraries/adafruit-ssd1325/

But to answer your question: No, nothing new from my end.