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 },