Hello,
I recently started using the C18 langauge to write commands/data from the pic 18f to T6963C controller and display text/graphics on a 28x128 pixel LCD
I am reading through the T6963C datasheet, but finding the section on declaring the text/graphics memory home addresses in the 8kb of the controller difficult. Also declaring of the graphics/text areas, as the datasheet mentions.
I started to write some basics ideas below.
Could anyone possibly offer further guidance to understanding how to set the memory home addresses for graphics/text. And setting of the graphics/text area?
void init(void)
{
/*
Mode Set (OR) (0x80)
Graphic Home Address Data (?)
Graphic Home Address set Command (0x42)
Graphic Area Data (?)
Graphic Area set Command (0x43)
Text Home Address set Command (0x40)
Text Area set command (0x41)
Display Mode (0x9F)
*/
}
Thank you
|