Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

terb

Member Since 15 Sep 2012
Offline Last Active Oct 24 2012 09:15 AM
-----

Posts I've Made

In Topic: Creating custom characters for LCD printing

05 October 2012 - 09:37 AM

Hi there !
just a quick update : a simple waiting screen (will be used when the GPS will be searching for satellites). It's a 16-steps sequence loop that uses dynamic custom characters definition. It uses 20 custom characters (+ 40 other ones for the numbers) in total, 8 at a given time.

here it is : http://rutube.ru/vid...b238eb5298c8c36

In Topic: Creating custom characters for LCD printing

25 September 2012 - 07:07 PM

thanks Chris

In Topic: Creating custom characters for LCD printing

25 September 2012 - 06:35 PM

Here it is ! a short demo video showing every character (number) several times over a 1-minute loop : http://rutube.ru/vid...79d27361df83d1/ it works by dynamic characters definition, as we said before.

In Topic: Creating custom characters for LCD printing

22 September 2012 - 08:12 AM

I tried the dynamic user-defined characters, it works fine. One interesting point (at least for my project) is that there is no need to write the character after redefying it, if the position doesn't change. It means that I will write my 8 custom characters at fixed positions on the LCD screen, and I will change the values by dynamically redefying the characters, directly in the LCD controller RAM. I'm writing a class to manage all these operations, and I will only have to change the values with something like this :
Lcd.WriteBigCharacters("14");

In Topic: My Netduino refuses to reset ...

21 September 2012 - 11:36 AM

Maybe a try with VS Express would be a good idea ?

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.