mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
RIGHT exported to Lua
This commit is contained in:
parent
f2d778e74e
commit
3f74d54fd9
1 changed files with 3 additions and 1 deletions
|
@ -826,7 +826,9 @@ const luaR_value_entry opentxConstants[] = {
|
|||
{ "INVERS", INVERS },
|
||||
{ "BOLD", BOLD },
|
||||
{ "BLINK", BLINK },
|
||||
#if !defined(COLORLCD)
|
||||
#if defined(COLORLCD)
|
||||
{ "RIGHT", RIGHT },
|
||||
#else
|
||||
{ "FIXEDWIDTH", FIXEDWIDTH },
|
||||
#endif
|
||||
{ "LEFT", LEFT },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue