Hi all, currently we can easily check if the LCD is on with isLCDOn().
isLCDOn()
As far as I can see there are (for now) no corresponding functions for
Is there another way of getting the status, e.g. by reading a pin status (which ones?) until we have convenience functions for this purpose?
@msdeibel 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.
Hi all,
currently we can easily check if the LCD is on with
isLCDOn()
.As far as I can see there are (for now) no corresponding functions for
Is there another way of getting the status, e.g. by reading a pin status (which ones?) until we have convenience functions for this purpose?