summaryrefslogtreecommitdiff
path: root/src/components/brightness/BrightnessController.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-09-13 21:22:53 +0300
committerGitHub <noreply@github.com>2021-09-13 21:22:53 +0300
commit40765f117347f4a4fc6cc4d2c4e46b1923a18fbb (patch)
treef1eac679b683e04b80fdd245dd9d4c6949a174a5 /src/components/brightness/BrightnessController.h
parent3ee4876214b70c107cabbb54f865e646e99f0d73 (diff)
parentb0bdd2be1c30d349a1efef96b93a5771f5edbd06 (diff)
Merge branch 'develop' into disable_notif_only
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 c47158a9..0d7ac2ff 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;
};