Command line tool to convert BMP images to binary bitmaps and c header files with 8bit page layout instead of line layout (one byte is 8-bit vertical line). Can be used to present data for graphical LCD images in micro controller programming (eg AVR).
License
GNU General Public License version 2.0 (GPLv2)Follow BMP bitmap to GLCD bitmap
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I had to add #include <stdlib.h> into the bmp2glcd.cpp file to compile it under Linux, but other than that it works great. Thanks, -d.