Lcd character mapping help

Status
Not open for further replies.

ppoonamk

Newbie level 3
Joined
Jan 7, 2010
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,332
Hey!!!

I am supposed to interface a sunplus dot matrix lcd to atmega32. I am supposed to display hindi content on it. To display a word do I have to map each character on the lcd? Eg I want to display the hindi A()
Hindi alphabet, pronunciation and language (1st character displayed under vowels )
on mapping I get something like this

const unsigned char Font[][6]= {0x22,0x41,0x41,0x3F,0x08,0x7F}, // ' ' // 0x20,

Is this the right method to map it? How can I map the 2nd letter where an extra line is needed?

Please help :sad:
 

In graphic LCDs, you can map a character writing into the CG-RAM.
However, there are a space limitation.
In this case, LCD access is performed faster than if you plot bitmap directly.

+++
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…