Imageconverter 565 V2.3 Extra Quality
: It converts 24-bit "True Color" images into a 16-bit format (5 bits for Red, 6 for Green, and 5 for Blue). This reduction is necessary for most common small TFT displays (like those using the UTFT library Code Generation : It generates a file containing a const unsigned short
The following benchmarks compare the memory footprint of a standard 320x240 pixel splash screen image (76,800 pixels total). imageconverter 565 v2.3
ImageConverter565.exe --input ./assets/splash.png --output ./src/splash.c \ --format c_array --width 240 --height 320 --dither fs --swap-bytes : It converts 24-bit "True Color" images into