forked from xiaozhi/xiaozhi-esp32
修复了LCD屏幕底部条纹 (#132)
* 添加了嘟嘟电路板chatx * 多写了一个空格。修改了一下 * 修改了屏幕的右边和下边有条纹的问题
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user