Character set for 8x8 Dot Matrix LED Display

Status
Not open for further replies.

ibrahim03

Full Member level 1
Joined
Sep 29, 2005
Messages
99
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,288
Activity points
2,335
dot matrix character set

I am trying to program an 8x8 led dot matrix display by using Atmel 89S51 microcontroller in assembly.

I found a character set for 5x7 LED displays in some message here, in it hex codes
for all the ascii characters were provided for example :

for A the code was ' db 1fh,24h,44h,24h,1fh ;A '

for $ the code was ' db 32h,49h,7fh,49h,26h ;$ '

and codes for rest of the characters were provided as well.

I wanted to ask whether anyone has a similar character set for 8x8 displays (in assembly) ,if so can you please give it to me.
 

8x8 led matrix characters

I tried to download this book in the books section but the link seems to be corrupt(I couldnt download it). If u have the book can u please make a text file of the relevant text (the character set) and upload it over here? as soon as possible.

I would be really grateful.
 
char 8x8

These char sets are not based on any microcontroller but based on a GFX controler like f.i. the T6963C. There are loads out there if you google a bit. If your gfx controler is a T6963C check out the program FASTLCD and make your own fonts/icons easy and simple. Only thing you have to do is convert de basic table into DB instructions that fit your assembler.
 
Reactions: mateen

    mateen

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…