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.

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.
 
  • Like
Reactions: mateen

    mateen

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top