LCDInfo.com
http://forum.lcdinfo.com/

Setting the T6963C text/graphics memory addresses
http://forum.lcdinfo.com/viewtopic.php?f=9&t=1647
Page 1 of 1

Author:  snj_lcduser [ Mon Aug 07, 2006 23:52 ]
Post subject:  Setting the T6963C text/graphics memory addresses

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

Page 1 of 1 All times are UTC + 2 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/