HD44780 issues #238
Replies: 8 comments
-
Posted at 2014-02-15 by @gfwilliams Hi. I'll try this out next week. It's possible it is some issue with the minified module. You could try editing the options in the Web IDE so that it loads unminified code first. Just change the order of |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-16 by Owen Hi Gordon,
It looks like a syntax error but there is nothing wrong with it? Any ideas what I should try next? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-16 by @gfwilliams Argh. Yes, sorry - i bet it is a problem with recent Espruino versions (to do with the fact that print is a built in function). I'll look into this, but for now, if you put quotes around |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-25 by @gfwilliams I reckon something's wrong with your wiring, because pin A11 isn't even on a pin header :) http://www.espruino.com/ReferenceESPRUINOBOARD You should be able to use any pins though - although try not to use the 3 that are also used for the LEDs. The block of pixels happens when the display powers on - so it could be anything (but at least you know the display is working). I just tried again here, and it still works fine (and I tried on a few different sets of pins). I'll update the docs, but these are the connections/code I'm using:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-25 by Owen |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-26 by @gfwilliams Great! :) What was it in the end? the RW line? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-26 by Owen It was my mysterious A11 pin wiring, the C pins work perfect. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-02-15 by Owen
Hi guys,
I've got a HD44780 LCD character Display Module and I'm trying to get it working with Espruino. I've followed the guide here http://www.espruino.com/HD44780 and installed the HD33780 module, but whenever I run the code I get the following error:
Do you have any idea what's going wrong here? I've tried writing the module code directly but I get much the same results. What should I try next to fix this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions