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.

Writing arabic at LED's Display

Status
Not open for further replies.

Medtronic

Full Member level 5
Joined
May 19, 2005
Messages
246
Helped
29
Reputation
58
Reaction score
16
Trophy points
1,318
Location
Egypt
Activity points
2,699
Hi All My Frinde

what is minimum number of rows to writing arabic at leds display
and can any one help for the algorithm to write arabic on a leds display

thanks
 

I am not an arabic user, however, the fonts I've seen are 16 rows or taller--I suspect you could make that a tad smaller depending on how much interpretation/intuition the reader needs. Recall that many glyphs have upper dot clusters or overlines, so you have the line, space and the lower part of the character, so its hard to compress downwards.

The Unicode charts are #0600-06FF, 750, FB50 and FE70 at unicode.org. I assume they include the position forms of the chars. You could also see if the ArabEyes project on sourceforge.net, has specs on their bitmapped fonts.

What kind of algorithm info are you looking for?

Regards, CH
 

You better make it on no. of rows but atleast that I could see is eight (8) rows but if you increase the no. of rows the font will be more clear.
 

Salam,
1. I advice you to check any LCD that writes arabic and count the pixels used for a single char (better than re-inventing the wheel).
2. Write your text in MS paint and save it to bitmap with low resolution in 8 bit (this also can help you counting the pixels)
3. Then search for a software that converts the bitmaps to the dots you need for LEDs, I saw this software maybe in ms .net studio examples or forums, it is free to download, I am not sure but there are more than one software for converting the Bitmaps to dots.
 

3eslama,
This depend on the font itself I think (Kouf, Diwani etc). In addition the ponctuation of the arabic as well as the fact that some letter are writen under the other over the line implies the use of a lot of raws. I think you can inspire an idea to find the minimim of raw/columns by seeing work done on chenese message led displays.

Hope it helps.

Beslama.
Rabbi y3inekom.
 

You need at least 11 Row.
For the algorithm it is quite simple. You have to classify caracters which are writen under the line and the other writen on the line.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top