You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Had a very quick check, and at the very least the pins CS and RS are swapped - RD/WR/data look fine!

    It may be that you can just swap the following lines of code in lcd_fscmc.c and it will work:

    [#define](http://forum.espruino.com/sear­ch/?q=%23define) LCD_CS  PCout(8)
    [#define](http://forum.espruino.com/sear­ch/?q=%23define) LCD_RS  PCout(9)
    

    to

    [#define](http://forum.espruino.com/sear­ch/?q=%23define) LCD_CS  PCout(9)
    [#define](http://forum.espruino.com/sear­ch/?q=%23define) LCD_RS  PCout(8)
    
About

Avatar for Gordon @Gordon started