diff 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
line wrap: on
line diff
--- a/Discovery/Inc/ostc.h	Mon Jul 22 16:40:14 2024 +0200
+++ b/Discovery/Inc/ostc.h	Tue Aug 13 13:24:54 2024 +0200
@@ -98,5 +98,6 @@
 void MX_TestPin_High(void);
 void MX_TestPin_Low(void);
 
+uint8_t	hardwareDisplay;		//< either OSTC4 LCD (=0) or new Screen (=1)
 
 #endif // OSTC_H