1v63 vs 1v51

Posted 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.

    var lcd = require("HD44780").connect(A1,F2,A3,F4,A­2,C5);
    lcd.print("Hello World!")
    

    Could some one say why? thanks!

  • That sounds like you're using a board based on an STM32F4 chip?

    Someone else was having a similar issue on a board based on that, and has made it work with a modified module - see this thread http://forum.espruino.com/conversations/­1287/

  • Yes, DrAzzy, i use discovery board, not F4 but F3, and the link was useful.
    Thank you!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

1v63 vs 1v51

Posted by Avatar for Andrey @Andrey

Actions