ppoonamk
Newbie level 3

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:
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: