summaryrefslogtreecommitdiff
path: root/src/components/brightness/BrightnessController.h
diff options
context:
space:
mode:
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;
};