Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top