summaryrefslogtreecommitdiff
path: root/src/drivers/PinMap.h
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-08-04 12:43:04 (GMT)
committerhubmartin <hub.martin@gmail.com>2021-08-04 12:43:04 (GMT)
commitabd8f343e48bdfa1dc4c8604d843a5c2d8071bc0 (patch)
tree8620f863c46463c1642f1c90566c44fba17fd89f /src/drivers/PinMap.h
parentb3e6da75148fcb54fdb5fe02f6bdc7d7d3905e98 (diff)
Rename backlight level pins
Diffstat (limited to 'src/drivers/PinMap.h')
-rw-r--r--src/drivers/PinMap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/PinMap.h b/src/drivers/PinMap.h
index c8b091f..5796402 100644
--- a/src/drivers/PinMap.h
+++ b/src/drivers/PinMap.h
@@ -20,9 +20,9 @@ namespace Pinetime {
static constexpr uint8_t Motor = 16;
- static constexpr uint8_t LcdBacklight1 = 14;
- static constexpr uint8_t LcdBacklight2 = 22;
- static constexpr uint8_t LcdBacklight3 = 23;
+ static constexpr uint8_t LcdBacklightLow = 14;
+ static constexpr uint8_t LcdBacklightMedium = 22;
+ static constexpr uint8_t LcdBacklightHigh = 23;
static constexpr uint8_t SpiSck = 2;
static constexpr uint8_t SpiMosi = 3;