rgb555conv/README.md

304 B

rgb555conv - converts 24 bit color to 15 bit color

I got tired of manually converting 24 bit hex colors (like 0xRRGGBB) into 15 bit BGR555 colors (like 0b0BBBBBGGGGGRRRRR) so I slapped this together to do it for me.

Migrated to sourcehut, view the code here