Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
i cant display lcd 20 x 4 with stm 32 nucleo f401
please why i can display to my lcd character its my program with mbed
Hello World! for the TextLCD
- include "mbed.h"
- include "TextLCD.h"
TextLCD lcd(PB_4, PB_5, PB_3, PA_10, PA_2, PA_3, TextLCD::LCD20x4); rs, e, d4-d7
int main() { lcd.locate(0,1); lcd.printf("Hello World!\n"); }