Help with making LED display 16*xx with micro avr and codevision

Status
Not open for further replies.

dani222

New Member
hi

Anyone with a circuit led display , For example 16*24 ??
And set up a text on the micro AVR and the compiler Codevision

led display 16*xx + micro AVR + codevision

It is important to me
Please help me
 
What kind of Display - I guess a DOT Matrix one.
And set up a text on the micro AVR and the compiler Codevision
To create a text i would do that in 2 Steps.
First create a Table with the Bytes for the Characters.
Best is to use the according adresses of ASCII Code.

At next Step you could write your Text.
Every Character adresses the Space of the table where is stored the according bytes for that character.

E.g. Byte(s) for Character "A" are stored at 0x41 Hex of your Charset.

The whole Text i would put in an Display Space.

While an Timer interrupt would readed out that space and shown on your Display.
So you get fix times between switching through the Array.

The Complete Character building can be don in the main Routine.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…