# HG changeset patch
# User Ideenmodellierer
# Date 1598290265 -7200
# Node ID 668471c5f4106ed249394340c066cf4874f8101b
# Parent  4811f3dfaa52680662c73eeaab6e35310fed0906
Added compile switch to enable / disable new BigFont layout

diff -r 4811f3dfaa52 -r 668471c5f410 Discovery/Inc/configuration.h
--- a/Discovery/Inc/configuration.h	Mon Aug 24 19:30:15 2020 +0200
+++ b/Discovery/Inc/configuration.h	Mon Aug 24 19:31:05 2020 +0200
@@ -49,4 +49,6 @@
 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */
 /* #define HAVE_DEBUG_VIEW */
 
+/* Enable to add new BIG font layout to option menu */
+#define ENABLE_BIGFONT_VX
 #endif