Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改代码语音控制LCD屏幕的亮度 #165

Merged
merged 8 commits into from
Feb 14, 2025
Prev Previous commit
Next Next commit
修改了屏幕的右边和下边有条纹的问题
  • Loading branch information
dujianmin committed Feb 7, 2025
commit 8ed0466b1d3d4b2c2ae074ed5c96c7268cbca420
4 changes: 2 additions & 2 deletions main/boards/du-chatx/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_