Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
111:38785aa95837 | 112:fdf0272e9213 |
---|---|
212 uint8_t GF_model; | 212 uint8_t GF_model; |
213 // new in 0xFFFF0017 | 213 // new in 0xFFFF0017 |
214 uint8_t FactoryButtonBase; | 214 uint8_t FactoryButtonBase; |
215 uint8_t FactoryButtonBalance[3]; | 215 uint8_t FactoryButtonBalance[3]; |
216 | 216 |
217 /* new in 0xFFFF0018 */ | |
218 uint8_t FlipDisplay; | |
219 | |
217 //to be continued | 220 //to be continued |
218 } SSettings; | 221 } SSettings; |
219 | 222 |
220 typedef struct | 223 typedef struct |
221 { | 224 { |