diff Common/Inc/settings.h @ 112:fdf0272e9213 FlipDisplay

Added new nvm parameter"FlipDisplay" indicating the screen orientation
author Ideenmodellierer
date Tue, 01 Jan 2019 21:03:33 +0100
parents 5f11787b4f42
children 3834b6272ee5
line wrap: on
line diff
--- a/Common/Inc/settings.h	Tue Jan 01 21:03:10 2019 +0100
+++ b/Common/Inc/settings.h	Tue Jan 01 21:03:33 2019 +0100
@@ -214,6 +214,9 @@
 	uint8_t FactoryButtonBase;
 	uint8_t FactoryButtonBalance[3];
 
+	/* new in 0xFFFF0018 */
+	uint8_t FlipDisplay;
+
 //to be continued
 } SSettings;