KurtE
Senior Member+
FYI - When I was playing with my copy of the library, I tried a few different things to try to do 16 bit color, but it was not happy.
The document sort of sounded like maybe it supported 16 bit color in the PDF (page 121 on mine) it talks about 4 line SPI and says:
But then it only shows information about 8 color mode or 262 color mode.
And other drivers mention that it does not support 16 color mode.
Wondering if this maybe should all go in it's own thread? As not T4 specific, other than maybe 1062 specific later in having enough memory for frame buffer.
The document sort of sounded like maybe it supported 16 bit color in the PDF (page 121 on mine) it talks about 4 line SPI and says:
Code:
The available display data formats are:
8 colors, RGB 1, 1, 1 bits input (set Standard Command 3Ah, DBI [2:0] as 001)
65K-Colors, RGB 5, 6, 5 bits input data (set Standard Command 3Ah, DBI [2:0] as 101)
262K-Colors, RGB 6, 6, 6 bits input data (set Standard Command 3Ah, DBI [2:0] as 110)
And other drivers mention that it does not support 16 color mode.
Wondering if this maybe should all go in it's own thread? As not T4 specific, other than maybe 1062 specific later in having enough memory for frame buffer.