.setBackLight


DESCRIPTION
Sets the back light of the LCD on/off


SYNTAX
lcd.printCursor(bool);


PARAMETERS
  • HIGH or 1 to turn LCD backlight ON
  • LOW or 0 to turn LCD backlight OFF


RETURNS
None.


EXAMPLE


SEE ALSO
  • .setDim