changeset 499:668471c5f410

Added compile switch to enable / disable new BigFont layout
author Ideenmodellierer
date Mon, 24 Aug 2020 19:31:05 +0200
parents 4811f3dfaa52
children 0d2449e9d659
files Discovery/Inc/configuration.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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