diff Discovery/Inc/configuration.h @ 499:668471c5f410

Added compile switch to enable / disable new BigFont layout
author Ideenmodellierer
date Mon, 24 Aug 2020 19:31:05 +0200
parents 4ce932235578
children 06b21f1e47a5
line wrap: on
line diff
--- 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