From cce5f56d67dfdd77822c1da62a8b4a91905d2b9f Mon Sep 17 00:00:00 2001 From: atc1441 Date: Sun, 2 Mar 2025 16:09:00 +0100 Subject: [PATCH] Bug fix of LilyGo init --- ESP32_AP-Flasher/src/ips_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_AP-Flasher/src/ips_display.cpp b/ESP32_AP-Flasher/src/ips_display.cpp index dd755c5c..ed89f2b3 100644 --- a/ESP32_AP-Flasher/src/ips_display.cpp +++ b/ESP32_AP-Flasher/src/ips_display.cpp @@ -165,7 +165,7 @@ Arduino_ESP32RGBPanel* rgbpanel = new Arduino_ESP32RGBPanel( 0 /* de_idle_high*/, 0 /* pclk_idle_high */); Arduino_RGB_Display* gfx = new Arduino_RGB_Display( LCD_WIDTH /* width */, LCD_HEIGHT /* height */, rgbpanel, 0 /* rotation */, true /* auto_flush */, - bus, -1 /* RST */, st7701_4848S040_init, sizeof(st7701_4848S040_init)); + bus, -1 /* RST */, st7701_type9_init_operations_lilygo, sizeof(st7701_type9_init_operations_lilygo)); #else static const uint8_t st7701_4848S040_init[] = {