GLCD Bitmaps

RodM

New Member
http://www.serasidis.gr/circuits/AVR_oscilloscope/avr_oscilloscope.htm

For those interested this has a free software package to make GLCD screen displays sets direct from bimaps.
Create a 1024 x 64 bimap in Paint, save as a .bmp
Open the intro_screen.bat file in notebook and change the names of the incoming and outgoing file to your bitmap file name.
Close and run. It will create a .lcd file
Open this file in LCD1, clean up, and convert to an .asm file through the 8051 button. Open this .asm file in notepad and using 'replace all' substitute the 'd' for a comma. You will now have a 1024 integers (128 x 8 bytes). Write these to the GLCD from the top left.
 
Top