Adjust jiuchuan-s3 UI (#1747)

* 修复SetupUI接口引入导致的屏幕适配失败问题

* 修正board中屏幕高度错误,调整偏移量

---------

Co-authored-by: smalllin0 <aslinqf@163.com>
Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
小林同志
2026-02-09 19:16:49 +08:00
committed by GitHub
parent d9447ad060
commit 6be351b5a0
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
#define DISPLAY_SPI_CS_PIN GPIO_NUM_9
#define DISPLAY_WIDTH 240
#define DISPLAY_HEIGHT 320
#define DISPLAY_HEIGHT 296
#define DISPLAY_MIRROR_X true
#define DISPLAY_MIRROR_Y false
#define DISPLAY_SWAP_XY false