Rename backlight level pins

This commit is contained in:
hubmartin
2021-08-04 14:43:04 +02:00
parent b3e6da7514
commit abd8f343e4
2 changed files with 18 additions and 18 deletions

View File

@@ -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;