From 3f74d54fd94820954f8254b5f11e2665a0fb3232 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Sun, 15 May 2016 13:05:51 +0200 Subject: [PATCH] RIGHT exported to Lua --- radio/src/lua/api_general.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/radio/src/lua/api_general.cpp b/radio/src/lua/api_general.cpp index 029cdd73a..64a26ebdf 100644 --- a/radio/src/lua/api_general.cpp +++ b/radio/src/lua/api_general.cpp @@ -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 },