_backlight_pin defaults to undefined

This commit is contained in:
fvanroie 2022-04-14 20:17:18 +02:00
parent 7d7585c04c
commit 529424a622

View File

@ -108,7 +108,7 @@ Esp32Device::Esp32Device()
_backlight_invert = (TFT_BACKLIGHT_ON == LOW);
_backlight_power = 1;
_backlight_level = 255;
_backlight_pin = TFT_BCKL;
_backlight_pin = 255; // not TFT_BCKL because it is unkown at this stage
/* fill unique identifier with wifi mac */
byte mac[6];