Microcontroller › 8051 › Need help in graphical LCD using 8051 controller … › what you should do is you
June 19, 2012 at 1:59 pm
#8083
midhun
Participant
what you should do is you need to make a picture of what you want to display in GLCD with a file extension of BMP(bitmap).
now you can make use of a tool in MICROC software which will convert bitmap to hex files.
you need to load the same hex file in the GLCD so that it will display the picture.