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_