mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +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 },
|
{ "INVERS", INVERS },
|
||||||
{ "BOLD", BOLD },
|
{ "BOLD", BOLD },
|
||||||
{ "BLINK", BLINK },
|
{ "BLINK", BLINK },
|
||||||
#if !defined(COLORLCD)
|
#if defined(COLORLCD)
|
||||||
|
{ "RIGHT", RIGHT },
|
||||||
|
#else
|
||||||
{ "FIXEDWIDTH", FIXEDWIDTH },
|
{ "FIXEDWIDTH", FIXEDWIDTH },
|
||||||
#endif
|
#endif
|
||||||
{ "LEFT", LEFT },
|
{ "LEFT", LEFT },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue