davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
275 stars 25 forks source link

Improve the bitmap creator UI so that 2bpp, 4bpp and 8bpp images can be saved as well. #263

Closed davetcc closed 6 months ago

davetcc commented 1 year ago

This should extend the current bitmap support so that both a range of palette-based images can be supported. To start with we should support:

We have three sets of TFT library technologies, that being Adafruit_GFX, TFT_eSPI, and LTDC frame buffer. TFT_eSPI already should support this by just exposing the right functionality in our driver. Adafruit can be based on the cookie-cut bitmap drawer, LTDC could use something similar to whatever we do for Adafruit.