lcd.clear
Clears the LCD screen optionaly filling it with selected color
Syntax
lcd.clear( [color] )
Parameters
Name | Req | Type | Description |
---|---|---|---|
color | integer (colorFlag) | see Drawing Flags |
Returns
none
Notes
This function works only in stand-alone and telemetry & widget scripts. See script types.
Available on
API status
EdgeTX version | Action |
---|---|
2.3.0 | Introduced |