changeset 112:fdf0272e9213 FlipDisplay

Added new nvm parameter"FlipDisplay" indicating the screen orientation
author Ideenmodellierer
date Tue, 01 Jan 2019 21:03:33 +0100
parents 38785aa95837
children ecd230187da8
files Common/Inc/settings.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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;