Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

24 bit color? #40

Open Inadvertant opened 4 years ago

Inadvertant commented 4 years ago

In using this library with its examples, I notice that it requires a 24 bit BMP file to display a full color pic. But in defining colors in a sketch it seems to be limited to 16 bit (565) color. How can I use 24 bit RGB color definitions?