comparison Discovery/Inc/ostc.h @ 871:f7318457df4d default

support for new screen ToDo: Brightness settings
author heinrichsweikamp
date Tue, 13 Aug 2024 13:24:54 +0200
parents 37ee61f93124
children 8d3f3a635397
comparison
equal deleted inserted replaced
866:3a1c533f3840 871:f7318457df4d
96 GPIO_PinState MX_GPIO_Read_The_One_Button(void); 96 GPIO_PinState MX_GPIO_Read_The_One_Button(void);
97 97
98 void MX_TestPin_High(void); 98 void MX_TestPin_High(void);
99 void MX_TestPin_Low(void); 99 void MX_TestPin_Low(void);
100 100
101 uint8_t hardwareDisplay; //< either OSTC4 LCD (=0) or new Screen (=1)
101 102
102 #endif // OSTC_H 103 #endif // OSTC_H