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");
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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..
Can anyone shed any light?
Cheers
Dan