summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd-bitmap-common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index 8d3b88f..1e2765f 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -27,7 +27,14 @@
* KIND, either express or implied.
*
****************************************************************************/
+#ifdef BOOTLOADER
+static int lang_is_rtl(void)
+{
+ return 0;
+}
+#else
#include "language.h"
+#endif
#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */
#define LCDFN(fn) lcd_ ## fn