From 32296b4fa604ce7b0df9275390015ae5cf46f196 Mon Sep 17 00:00:00 2001 From: Bassam Date: Fri, 4 Nov 2022 00:02:17 +0200 Subject: [PATCH] not changing screen refresh --- lvgl_tft/st7789.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lvgl_tft/st7789.c b/lvgl_tft/st7789.c index 5c7212c..56ff64f 100644 --- a/lvgl_tft/st7789.c +++ b/lvgl_tft/st7789.c @@ -86,9 +86,9 @@ void st7789_init(void) {ST7789_TEON, {0}, 1}, //[BJ] turn on TE #endif //----------- - //[BJ] Below I am trying to change refresh rate of the screen so the tearing is not prominent + //[BJ] Below I am trying to change refresh rate of the screen //{ST7789_FRCTR2,{0x1F},1}, //[BJ] set the refresh rate - {ST7789_FRCTRL1,{0x01, 0x0F, 0x0F},3}, //[BJ] divide the refresh by 2. + //{ST7789_FRCTRL1,{0x01, 0x0F, 0x0F},3}, //[BJ] divide the refresh by 2. // ---------------------------------------- {0, {0}, 0xff}, };