LCD Library - Page 3 - Project Showcase - Netduino Forums
   
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.
Photo

LCD Library


  • Please log in to reply
41 replies to this topic

#41 Pablo

Pablo

    New Member

  • Members
  • Pip
  • 7 posts

Posted 08 August 2012 - 03:31 AM

Can you share some of your code so we can help debug the issue. I've used the backpack with several displays using both I2C and SPI and it worked fine.


Note: I have done a bridge in backpack pcb to enable SPI mode.

The code is from MicroLiquidCrystal, the HelloWorld Sample.

....
// Option 2: Use shift register provider
var lcdProvider = new Shifter74Hc595LcdTransferProvider(SPI_Devices.SPI1, Pins.GPIO_PIN_D10,
Shifter74Hc595LcdTransferProvider.BitOrder.LSBFirst);

// create the LCD interface
var lcd = new Lcd(lcdProvider);

// set up the LCD's number of columns and rows:
lcd.Begin(16, 2);

// Print a message to the LCD.
lcd.Write("hello, world!");

....


Regards, Pablo

#42 neslekkim

neslekkim

    Advanced Member

  • Members
  • PipPipPip
  • 350 posts
  • LocationOslo, Norway

Posted 12 August 2012 - 10:08 AM

which backpack are you using?, Adafruit writes this about this product: "This OLED is not compatible with any of our LCD shields or backpacks!"

--
Asbjørn





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.