lcd.clear

Clears the LCD screen optionaly filling it with selected color

Syntax

lcd.clear( [color] )

Parameters

NameReqTypeDescription

color

integer (colorFlag)

Returns

none

Notes

This function works only in stand-alone and telemetry & widget scripts. See script types.

Available on

API status

EdgeTX versionAction

2.3.0

Introduced

Examples

-- clearing lcd with system default color
lcd.clear()