it is working but display is doing little flash when changing values i used this example
function showData() { lcd.clear(); lcd.setCursor(0,0); lcd.print("Current data:"); lcd.setCursor(4,1); lcd.print("D1 = "+analogRead(D1)); } setInterval(showData, 1000);
I think it should only flash in section where the D1 value is, not all display?
@bigplik 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.
it is working but display is doing little flash when changing values
i used this example
I think it should only flash in section where the D1 value is, not all display?