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
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
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.