1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Cosmetics

This commit is contained in:
3djc 2020-02-20 09:34:17 +01:00
parent 61bde526cc
commit 262fc12d5e

View file

@ -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)
{ {