comparison Discovery/Inc/base.h @ 1075:ef99fff2d2de Icon_Integration tip

Unlock button lock if BT is connected: In the previous version the button lock coluld only be disabled by following the correct button press order. In case a button does not work (e.g. low button sensitifity) the OSTC would be locked. To avoid such a scenario the button lock is now also removed if the OSTC is connected via Bluetooth
author ideenmodellierer
date Sun, 22 Feb 2026 20:00:00 +0100
parents 3d9552e4997c
children
comparison
equal deleted inserted replaced
1074:ad61a2c9095a 1075:ef99fff2d2de
121 void set_returnFromComm(void); 121 void set_returnFromComm(void);
122 uint8_t font_update_required(void); 122 uint8_t font_update_required(void);
123 void set_Backlight_Boost(uint8_t level); 123 void set_Backlight_Boost(uint8_t level);
124 void StoreButtonAction(uint8_t action); 124 void StoreButtonAction(uint8_t action);
125 SButtonLock get_ButtonLock(void); 125 SButtonLock get_ButtonLock(void);
126 void reset_ButtonLock(void);
126 127
127 #ifdef T7_DEBUG_RUNTIME 128 #ifdef T7_DEBUG_RUNTIME
128 uint32_t getMainLoopTime(); 129 uint32_t getMainLoopTime();
129 uint32_t getDecoLoopTime(); 130 uint32_t getDecoLoopTime();
130 uint32_t getGfxLoopTime(); 131 uint32_t getGfxLoopTime();