by tjtyson » Mon Oct 03, 2011 9:09 am
Yes, I saw this readme file but is there a way that you can show me an example call of the statement for bmp2glcd? The reason I ask is because I do not know which options to call, besides the obvious height and width.
Usage: bmp2glcd <image.bmp> <options>
-h <height> target image height in pixels
-w <width> target image width in pixels
-v verbose mode
-pgm create header with __attribute__ ((progmem)) for AVR
-pic30 create header whith __attribute__((space(auto_psv))) for PIC30
-glcdlib create header for use with Arduino glcd library