cleanups (remove statics and typos)

This commit is contained in:
Florent 2025-09-03 17:22:11 +02:00
parent 3cdf2f9b4d
commit cb3049e706
4 changed files with 22 additions and 20 deletions

View file

@ -28,7 +28,7 @@ bool GxEPDDisplay::begin() {
void GxEPDDisplay::turnOn() {
if (!_init) begin();
#if defined(DISP_BACKLIGHT) && !defined(BACLIGHT_BTN)
#if defined(DISP_BACKLIGHT) && !defined(BACKLIGHT_BTN)
digitalWrite(DISP_BACKLIGHT, HIGH);
#endif
_isOn = true;