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.

How to write persian or arabic word on 2x16 lcd

Status
Not open for further replies.

memox

Newbie level 6
Joined
Mar 6, 2005
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,374
cgram address lcd

hi;
i have a project about write persian or arabic word on 2x16 lcd. How to make ?
 

how to write persian in word

hi!
if you use avr and bascom it would be very easy
if no try this
 
how to write persian in word

thanks but;
only generate 8 character with this method.
i want to generate all alphabet which is 29 character.
 

arabic on 2x16 lcd

Hi,

I think this is a hardware limitation.
Standard 2x16 lcd display usally use HD44780 chip, which CGRAM can only store 8 (5x8 format) or 4 (5x10 foramt) user defined character.
To display a text composed with all the 29 specific character, you will have to send each specific character on the CGRAM. Then display it (the specific charater is stored in the DDRAM), and do so 8 by 8 (or 4 by 4) for the whole text.

Try it !
 

how to write 1 to 10 in persian

Neteagle said:
Hi,

I think this is a hardware limitation.
Standard 2x16 lcd display usally use HD44780 chip, which CGRAM can only store 8 (5x8 format) or 4 (5x10 foramt) user defined character.
To display a text composed with all the 29 specific character, you will have to send each specific character on the CGRAM. Then display it (the specific charater is stored in the DDRAM), and do so 8 by 8 (or 4 by 4) for the whole text.

Try it !
Don't try it becasue I'm sure it's an addressing limitation :):)

Don't believe me?
Read this one https://www.electro-tech-online.com...need-more-than-8-user-defined-characters.html

Don't understand something?
Ask me, I know all of it now :eek: (but I had to learn also)
 

write on lcd in arabic

i will try it thanks
 

arabic .lcd

it better if you first try on blank paper and then implement in software, I also tried it like this.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top