1
0
Fork 0
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:
Damjan Adamic 2017-03-13 20:21:53 +01:00
parent 7aae618ff8
commit ac2a424353

View file

@ -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.
*/ */