LCD

Hi
I was a little lost when this topic was covered in class. Hence any help regarding the same would be really appreciated.

I wish to display graphics on my lcd screen. Can anyone explain me c code for the same.
When we write something like this what does it signify:(picked it from face.c ; tengu)

0x00,0x00,0x00,0x00,0x00,0xBC,0xBC,0xBC,0xBC,0x00,0x3C,0x3C,0x3C,0x3C,0x00,0x3C,

Re : LCD

These are the values to be written on the columns of the LCD for displaying the face.

Each Column has 8 pixels and takes a 1 byte value

The MSB corresponds to lower pixel and LSB to upper

There is a software on the CD inside the folder LCD Image Design. You can use that to generate your graphics.