From b5135e0052aaac0287a2b8cd00d7243e88ed9dad Mon Sep 17 00:00:00 2001 From: oh_ci Date: Sat, 6 Sep 2025 02:43:27 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!2469=20?= =?UTF-8?q?:=20fps=E4=BF=AE=E6=94=B9=E4=B8=BA75'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/model/display/driver/panel/ili9881_st_5p5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/model/display/driver/panel/ili9881_st_5p5.c b/framework/model/display/driver/panel/ili9881_st_5p5.c index 6ca69a7fa..e56298c7b 100755 --- a/framework/model/display/driver/panel/ili9881_st_5p5.c +++ b/framework/model/display/driver/panel/ili9881_st_5p5.c @@ -576,7 +576,7 @@ static struct PanelInfo g_panelInfo = { .vbp = 15, /* vertical back porch */ .vfp = 10, /* vertical front porch */ .vsw = 36, /* vertical sync width */ - .clockFreq = 75000000, /* clock */ + .clockFreq = 65000000, /* clock */ .pWidth = 68, /* physical width */ .pHeight = 121, /* physical height */ .connectorType = DRM_MODE_CONNECTOR_DPI, /* DRM_MODE_CONNECTOR_DPI=17 */ -- Gitee