# HG changeset patch # User Ideenmodellierer # Date 1546373013 -3600 # Node ID fdf0272e92133fe89231b569e1396b89ca47abe0 # Parent 38785aa95837b0b7dba8191c592f8182f43e1880 Added new nvm parameter"FlipDisplay" indicating the screen orientation diff -r 38785aa95837 -r fdf0272e9213 Common/Inc/settings.h --- 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;