From bf66a20f6e0dc156eeb47bfa087b73bd3cd07eee Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:58:30 +0200 Subject: [PATCH] add missing end of command list (#179) --- include/graphics/LGFX/LGFX_INDICATOR.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/graphics/LGFX/LGFX_INDICATOR.h b/include/graphics/LGFX/LGFX_INDICATOR.h index 9f8d53d..1ccf49d 100644 --- a/include/graphics/LGFX/LGFX_INDICATOR.h +++ b/include/graphics/LGFX/LGFX_INDICATOR.h @@ -65,7 +65,8 @@ class Panel_Indicator : public lgfx::Panel_ST7701 0x36, 1, 0x10, // MADCTL for vertical flip 0xFF, 5, 0x77, 0x01, 0x00, 0x00, 0x10, // Command2 BK0 SEL 0xC7, 1, 0x04, // SDIR: X-direction Control (Horizontal Flip) - 0xFF, 5, 0x77, 0x01, 0x00, 0x00, 0x00 // Command2 BK0 DIS + 0xFF, 5, 0x77, 0x01, 0x00, 0x00, 0x00, // Command2 BK0 DIS + 0xFF, 0xFF }; switch (listno) { case 1: