mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Turn up brightness a little when UI crashes (#20142)
* implement ui check and brightness set in thermald * fix bugs * only set once * duh * forgot factor for tici old-commit-hash: 4c243da0194b8fcefb3c7cba3472fa983ccd7052
This commit is contained in:
@@ -101,3 +101,7 @@ class HardwareBase:
|
||||
@abstractmethod
|
||||
def get_thermal_config(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def set_screen_brightness(self, percentage):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user