- lcd.backlight_on() / lcd.backlight_off() - Turn on / Off backlight of the LCD (Controlled by a small transistor on the backpack)
- lcd.display_on() / lcd.display_off() - Turn on / Off the display (Not backlight but the entire chip)
- lcd.clear() - Clear all chars or anything written to the display
- lcd.backlight_on() / lcd.backlight_off() - Turn on / Off backlight of the LCD (Controlled by a small transistor on the backpack)
- lcd.display_on() / lcd.display_off() - Turn on / Off the display (Not backlight but the entire chip)
- lcd.clear() - Clear all chars or anything written to the display