From a51f98b44f27a584ea0a7bc8b50a42a4d5ff580c Mon Sep 17 00:00:00 2001 From: arne Date: Sat, 4 Oct 2025 21:34:56 +0200 Subject: [PATCH] Fix display type This ensures that correct dimensions (960 x 540) are used --- main/paper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/paper.h b/main/paper.h index b69bae4..b262fd5 100644 --- a/main/paper.h +++ b/main/paper.h @@ -14,7 +14,7 @@ EpdiyHighlevelState hl; uint8_t* fb; static int init (lua_State *L) { - epd_init(&epd_board_lilygo_t5_47, &ED097TC2, EPD_LUT_64K); + epd_init(&epd_board_lilygo_t5_47, &ED047TC1, EPD_LUT_64K); // epd_set_vcom(1560); hl = epd_hl_init(WAVEFORM); epd_set_rotation(EPD_ROT_LANDSCAPE);