fornellas / eglib

A portable C library for interfacing with LCD, OLED, e-ink / e-paper displays.
Other
6 stars 4 forks source link

Normalize RGB > display color depth #17

Open fornellas opened 3 years ago

fornellas commented 3 years ago

Currently display drivers with color depth < 24bpp quantize to their own lower bit depth using their own logic. Let's make this logic common across all displays so that users have a consistent interface, eg, #FFFFFF is always white on BW displays).