Documentation published here
http://www.esp8266basic.com/oled--lcd-d ... mands.html
if (Param0 == "lcdbl")
{
if (GetMeThatVar(Param1).toInt() == 1)
{
lcd.backlight();
}
else
{
lcd.noBacklight();
}
return;
}
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com