summaryrefslogtreecommitdiff
path: root/src/components/brightness/BrightnessController.h
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-09-16 20:04:31 (GMT)
committerhubmartin <hub.martin@gmail.com>2021-09-16 20:04:31 (GMT)
commit27366bdfdf05a5fd3128ad8eabedbeba720ca885 (patch)
tree94bf7fe9e60c7c88d269e207acb197915eb98660 /src/components/brightness/BrightnessController.h
parentdb50131ed49f2fdb639799ca12839862340f8396 (diff)
parent3eb73774a39e255cd4b5de76441a59f1525a989c (diff)
Merge branch 'develop' into wake-time
Diffstat (limited to 'src/components/brightness/BrightnessController.h')
-rw-r--r--src/components/brightness/BrightnessController.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/brightness/BrightnessController.h b/src/components/brightness/BrightnessController.h
index c47158a..0d7ac2f 100644
--- a/src/components/brightness/BrightnessController.h
+++ b/src/components/brightness/BrightnessController.h
@@ -22,9 +22,6 @@ namespace Pinetime {
const char* ToString();
private:
- static constexpr uint8_t pinLcdBacklight1 = 14;
- static constexpr uint8_t pinLcdBacklight2 = 22;
- static constexpr uint8_t pinLcdBacklight3 = 23;
Levels level = Levels::High;
Levels backupLevel = Levels::High;
};