Merge the three redundant backlight enables into the single TFT_BL flag

This commit is contained in:
Kevin Hester
2024-08-22 09:15:59 -07:00
parent 7fb9b094d5
commit 3ae8aadaf0
9 changed files with 23 additions and 33 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define ST7735_RESET (11) // Output
#define ST7735_CS (12)
#define ST7735_BACKLIGHT_EN (13)
#define TFT_BL (13)
#define ST7735_RS (9)
// #define LORA_DISABLE_SENDING // The board can brownout during lora TX if you don't have a battery connected. Disable sending
@@ -158,4 +158,4 @@ static const uint8_t SCK = PIN_SPI_SCK;
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif