mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 13:55:12 +03:00
Lua docs update: lcd.clear()
This commit is contained in:
parent
7aae618ff8
commit
ac2a424353
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ static int luaLcdRefresh(lua_State *L)
|
||||||
|
|
||||||
Clear the LCD screen
|
Clear the LCD screen
|
||||||
|
|
||||||
@param color (optionnal, only on color screens)
|
@param color (optional, only on color screens)
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0, `color` parameter introduced in 2.2.0 RC12
|
||||||
|
|
||||||
@notice This function only works in stand-alone and telemetry scripts.
|
@notice This function only works in stand-alone and telemetry scripts.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue