You are reading a single comment by @danhans42 and its replies. Click here to read the full conversation.
  • Hi,

    I used Espruino a while ago and had both mt STMVL and STM32F4 boards happily driving a 16x2 LCD display in 4 bit mode.

    I have since updated to the latest version and started to use the WebIDE. No matter what I try I cannot get any output on the LCD.

    I have tried different pin combinations and even different LCD modules. The LCD modules work fine on my Raspberry Pi but for the life of me I cannot get them to work as set out in the examples..

    var lcd = require("HD44780").connect(A0,A1,C0,C1,C2,C3);
    lcd.print("Hello World");
    

    Can anyone shed any light?

    Cheers

    Dan

About

Avatar for danhans42 @danhans42 started