2025-09-22 10:29 PM
Hello,
I am working on a display using an 8-bit grayscale TFT LCD.
The LCD panel itself is grayscale, but the driver IC is a hybrid designed for RGB.
Because of this, pixels are grouped in sets of three, each driving RGB subpixels. For example, if the LCD resolution is 36×36, it actually needs to be controlled as 12×36.
Currently, I am converting images into hex codes and managing them manually using a hex code editor.
Is there a more convenient way to implement this using TOUCH GFX?
As far as I know, TOUCH GFX does not provide a way to configure it like this.
Thanks in advance.