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.

NonReturnable

Member Since 28 Feb 2011
Offline Last Active Mar 02 2011 11:00 PM
-----

Posts I've Made

In Topic: Having trouble with LCD code - Can someone recommend a LCD shield with a netd...

01 March 2011 - 10:15 PM

I struggled with this too for a while. Try this line instead of yours:

var lcdProvider = new Shifter74Hc595LcdTransferProvider(SPI_Devices.SPI1, Pins.GPIO_PIN_D10, Shifter74Hc595LcdTransferProvider.BitOrder.LSBFirst);

The only difference is the 3rd parameter. I don't have my code in front of me, but I'm pretty sure I had to change the bit order.

Hope this helps.

Mike



I really appreciate your help, and I feel like a moron admitting this, but the existing code was actually fine. I just had the contrast cranked up too high on the LCD. I bumped the pot and I could suddenly see my text!

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.