BMP bitmap to GLCD bitmap
Description
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).
Categories
License
Update Notifications
User Ratings
User Reviews
-
gracias
-
bmp2glcd works great
-
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.
-
Parab�ns
-
small and efficient and gets the job done.