NerdKits - electronics education for a digital generation

You are not logged in. [log in]

NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.

Microcontroller Programming » LCD and custom display

October 22, 2011
by claesz
claesz's Avatar

Just a quick question that I couldn't find the answer to in any documentation:

It seems to me to be necessary to send a lcd_clear_and_home() command after declaring a custom character. It is done in all the examples I could find and on the NK site and it is the only way I have managed to get it to work. If I try to declare a custom chr and immediately print it, nothing happens.

Now, this is not really possible for the project I had in mind (long story). Is there away around this?

November 19, 2011
by BStory
BStory's Avatar

use a delay?

November 20, 2011
by missle3944
missle3944's Avatar

Use this liNk http://www.nerdkits.com/library/customlcd/

it gives you code to make a custom LCD character

Post a Reply

Please log in to post a reply.

Did you know that microcontrollers have two different kinds of memory, program space (flash) and SRAM? Learn more...