I haven't been here for a while and probably missed some things, but the LCD sample code for HD44780, worked on 1v44, doesn't work more on 1v63.
var lcd = require("HD44780").connect(A1,F2,A3,F4,A2,C5); lcd.print("Hello World!")
Could some one say why? thanks!
@Andrey started
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.
I haven't been here for a while and probably missed some things, but the LCD sample code for HD44780, worked on 1v44, doesn't work more on 1v63.
Could some one say why? thanks!