MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
366 stars 763 forks source link

add rgb565 converter #474

Closed ellensp closed 1 year ago

ellensp commented 1 year ago

Add a web based RGB565 image converter. For color LCDs Along same lines as current ug8lib converter, code is heavily based on this also

Although there is a script to do this, many users struggle with command line. now they don't have to.

Hope the header file is ok, did my best to make it clear its not just my work, but building on the shoulders of others.

Screen shot. rgb565-converter

thinkyhead commented 1 year ago

Very nice addition! That reminds me, I need to do a BMP converter with 24-bit 16x16 color images.

I will have a look at this, make sure it's appearing in the menus, and all that, and it should be merged real soon.