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.

HappyDK

Member Since 04 Jan 2012
Offline Last Active Aug 05 2014 07:12 PM
-----

Posts I've Made

In Topic: Which power supply?

21 May 2012 - 09:55 AM

Hi Nakchak. Thank you very much for a fast and precise reply :-) Kind regards Per

In Topic: Sparkfun LCD

11 May 2012 - 09:08 PM

Hello everybody.

I am curious to know if anybody actually got this to work - I haven't.

I am using

- NetDuino Plus
- Electronic Brick LCD (from the Starters Kit)
- I downloaded the MicroLiquidCrystal from http://microliquidcr...l.codeplex.com/ and took the latest version 6668
- I rewrote Eric Burdo's code to match the new version (method names have changed) to look like this:
            GpioLcdTransferProvider lcdProvider = new GpioLcdTransferProvider(Pins.GPIO_PIN_D10,
                                           Pins.GPIO_PIN_D11,
                                           Pins.GPIO_PIN_D12,
                                           Pins.GPIO_PIN_D13,
                                           Pins.GPIO_PIN_A0,
                                           Pins.GPIO_PIN_A1,
                                           Pins.GPIO_PIN_A2
                          );
            Lcd lcd = new Lcd(lcdProvider);
When run I get an exception in the library (Line 71).

Anyone has a fix for that?

Any help would be appreciated!

Kind regards
Per Butschkow

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.