omarperex 0 Posted November 24, 2013 Share Posted November 24, 2013 Well i fixed including these #include <stdbool.h> #include <stdint.h> in the lcd44780_LP.c Thanks anyway Quote Link to post Share on other sites
maxirua 0 Posted May 9, 2014 Share Posted May 9, 2014 I can show as a variable with this library? since it only refers me to enter text Quote Link to post Share on other sites
Therolon 0 Posted June 29, 2014 Share Posted June 29, 2014 i changed to PORT,connected the LCD to the relevanmt PORTA pins and the LCD is not showing anything,here are my macros #define LCDPORT GPIO_PORTA_BASE #define LCDPORTENABLE SYSCTL_PERIPH_GPIOA #define RS GPIO_PIN_2 #define E GPIO_PIN_3 #define D4 GPIO_PIN_4 #define D5 GPIO_PIN_5 #define D6 GPIO_PIN_6 #define D7 GPIO_PIN_7 when using PORTB its working just fine but moving to PORTA it doenst,what could be the problem? Quote Link to post Share on other sites
Hoang 0 Posted December 21, 2014 Share Posted December 21, 2014 excuse me ! The_YongGrand The lcd still doesn't work.. Does it require some change to make it run .. Could you help me solve this problem? Thank you Quote Link to post Share on other sites
igor 163 Posted December 21, 2014 Share Posted December 21, 2014 excuse me ! The_YongGrand The lcd still doesn't work.. Does it require some change to make it run .. Could you help me solve this problem? Thank you Please see http://www.catb.org/esr/faqs/smart-questions.html explain what the problem is, and what you have done so far. (Which launchpad using, How you connected, what pin definitions, any other hardware, ....) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.