summaryrefslogtreecommitdiff
path: root/src/components/brightness/BrightnessController.h
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-08-03 18:32:23 (GMT)
committerhubmartin <hub.martin@gmail.com>2021-08-03 18:32:23 (GMT)
commitb7aa04e1f55096d754a7cc291f02f3430f5a3cd9 (patch)
tree6462cbd332cf813f9a173b0783521ef9714c45bb /src/components/brightness/BrightnessController.h
parent28abeae21bb370c45d26912bba4737a1cc6ddca7 (diff)
PinMap with namespace and constexpr
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;
};