Just tested - the LCD is just visible at 2v, but you could use Pixl.setContrast to account for that if you read E.getAnalogVRef.
Pixl.setContrast
E.getAnalogVRef
@Gordon 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.
Just tested - the LCD is just visible at 2v, but you could use
Pixl.setContrast
to account for that if you readE.getAnalogVRef
.