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

  1. include "mbed.h"
  2. 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"); }

Be the first to answer this question.