mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Cosmetics
This commit is contained in:
parent
61bde526cc
commit
262fc12d5e
1 changed files with 3 additions and 3 deletions
|
@ -98,14 +98,14 @@ Draw a straight line on LCD
|
||||||
|
|
||||||
@param x2,y2 (positive numbers) end coordinate
|
@param x2,y2 (positive numbers) end coordinate
|
||||||
|
|
||||||
@param pattern TODO
|
@param pattern SOLID or DOTTED
|
||||||
|
|
||||||
@param flags TODO
|
@param flags lcdflags
|
||||||
|
|
||||||
@notice If the start or the end of the line is outside the LCD dimensions, then the
|
@notice If the start or the end of the line is outside the LCD dimensions, then the
|
||||||
whole line will not be drawn (starting from OpenTX 2.1.5)
|
whole line will not be drawn (starting from OpenTX 2.1.5)
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0, flags introduced in 2.3.6
|
||||||
*/
|
*/
|
||||||
static int luaLcdDrawLine(lua_State *L)
|
static int luaLcdDrawLine(lua_State *L)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue