Skip to content

nw2s/bmp2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmp2c

This is a pretty simple python script that will take a 24 bit color bitmap and convert it to a 565 format byte array that can be used for the ILI9341 and most other similar 16 bit color displays. I've written it to use PIL, but it may work with the standard python library.

$ python bmp2c.py infile.bmp

About

Convert a 24-bit bitmap to ili9341 format 565 array in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages