EnergiaAtStellarisiti 4 Posted February 8, 2015 Share Posted February 8, 2015 Hi community, I have a problem using the LCD_5110 Display library with my CC3200 Launchpad. The Compiler does not throw any error but the main Example sketch is not working. The Display just stay white like dead. I double checked the pin configuration but I con not find the problem. With the example Sketch: https://github.com/sparkfun/GraphicLCD_Nokia_5110/blob/master/Firmware/Nokia_5110_Arduino_Example/Nokia_5110_Arduino_Example.ino everything works fine but with the same pin configuration and wiring the example sketch https://github.com/energia/Energia/blob/master/examples/7.Display/LCD_5110/Examples/LCD_5110_main/LCD_5110_main.ino Is not working at all. I use the following pin configuration: LCD_5110::LCD_5110() { // pins names in MSP430G2553LCD_5110(6, // P2_2 Chip Select3, // P2_4 Serial Clock4, // P2_0 Serial Data5, // P2_3 Data/Command7, // P1_0 Reset2, // P2_1 BacklightPUSH2); // Push Button 2} Does anybody have some advice for me? View the full article on Stellarisiti. 43oh pulls Stellarisiti Energia posts, so that members do not miss out questions. Please bear with this arrangement for now. Thanks! Link to post Share on other sites
Recommended Posts