From 380f7026375064fef5ad4a0eaf2c524d43e5d31f Mon Sep 17 00:00:00 2001 From: dujianmin <37128852+dujianmin@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86LCD=E5=B1=8F?= =?UTF-8?q?=E5=B9=95=E5=BA=95=E9=83=A8=E6=9D=A1=E7=BA=B9=20(#132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加了嘟嘟电路板chatx * 多写了一个空格。修改了一下 * 修改了屏幕的右边和下边有条纹的问题 --- main/boards/du-chatx/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/boards/du-chatx/config.h b/main/boards/du-chatx/config.h index 941495b3..b0a398a0 100644 --- a/main/boards/du-chatx/config.h +++ b/main/boards/du-chatx/config.h @@ -47,8 +47,8 @@ #define DISPLAY_SWAP_XY false #define DISPLAY_INVERT_COLOR false #define DISPLAY_RGB_ORDER LCD_RGB_ELEMENT_ORDER_RGB -#define DISPLAY_OFFSET_X 0 -#define DISPLAY_OFFSET_Y 0 +#define DISPLAY_OFFSET_X 2 +#define DISPLAY_OFFSET_Y 1 #define DISPLAY_BACKLIGHT_OUTPUT_INVERT false #endif // _BOARD_CONFIG_H_