I've got mine espruinos as well, thanks! Now I try to play with it and encountered similar issue - LCD examples do not work. Though, it looks like there is something with SW. It can't find PCD8544 module, which looks strange:
require("PCD8544")
WARNING: Module "PCD8544" not found
=undefined
Is there anything I am missing?
PS. Enabling backlight is working for me too, but that code goes before 'require'
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 Gordon,
I've got mine espruinos as well, thanks! Now I try to play with it and encountered similar issue - LCD examples do not work. Though, it looks like there is something with SW. It can't find PCD8544 module, which looks strange:
Is there anything I am missing?
PS. Enabling backlight is working for me too, but that code goes before 'require'