summaryrefslogtreecommitdiff
path: root/src/components/brightness/BrightnessController.h
diff options
context:
space:
mode:
authorMark Russell <mruss660@gmail.com>2021-09-16 16:12:20 -0400
committerMark Russell <mruss660@gmail.com>2021-09-16 16:12:20 -0400
commitcdf99b08f42c3826a8608d756bc7cda0a476ed98 (patch)
treecd30018ebb68be09653b589ae11647ca33d40c73 /src/components/brightness/BrightnessController.h
parent1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c (diff)
Revert "Merge upstream"
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
Diffstat (limited to 'src/components/brightness/BrightnessController.h')
-rw-r--r--src/components/brightness/BrightnessController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/brightness/BrightnessController.h b/src/components/brightness/BrightnessController.h
index 0d7ac2ff..c47158a9 100644
--- a/src/components/brightness/BrightnessController.h
+++ b/src/components/brightness/BrightnessController.h
@@ -22,6 +22,9 @@ 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;
};