lcd.InvertScreen

Invert black and white pixels on the entire screen.

Syntax

lcd.InvertScreen(enabled)

Parameters

  • enabled - True or false turns color inversion on or off.

Returns

This command returns no values.

About

All colors on the screen can be inverted with the lcd.InvertScreen command, which is a nice visual effect.