Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

Latest threads

Back
Top