I know the LCD has LCD_cmd for command and LCD_dat for Data. and my LCD are connected to P7 and P8 of MSP430.
I was told that when I want to draw a special character on the LCD like a "Smiley icon" I have its pattern which is sent by LCD_dat and the address of CG Ram which is sent by LCD_cmd.
But the problem is when I choose the addresses other than the below... it shows nothing! Meaning that I cannot take control of each pixel but the whole cell!!!
LCD_cmd(80) to LCD_cmd(87) ==> first line
LCD_cmd(C0) to LCD_cmd(C7) ==> first line
So, how can I take control of each pixel? I have 5x8 pixels in one cell ...and totall of 40* 16 = 640 pixel!!!