Library for using Canon Pixma inkjet printer frontpanels
This library makes it possible to reuse the LCD/button frontpanels of Canon Pixma MP620 / MP630 inkjet printers in your own projects. The library makes use of the processing power and RAM that is built into the frontpanels. The library is written for maple / olimexino but might be expanded in the future.
Please see the wiki for info on how the display works, the protocol used and how to connect your display to your board:
http://sourceforge.net/p/pixmafrontpanel/wiki/Home/
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).
With GLCD Tools you can convert windows bitmap files (bmp) to a byte array suitable for graphic LCD displays. Additionally you can create fontsets out of your system fonts for the displays. It outputs C Code which you can use in your µC project.