File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/board/supported/waveshare Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3- ## v1.0.4 - 2025-07-13
3+ ## v1.0.4 - 2025-09-19
44
55### Enhancements:
66
1010### Bugfixes:
1111
1212* fix(repo): update dependent esp-lib-utils version for Arduino
13+ * fix(board): fixing error on inverted colors (may still need bitshifting in LVGL) @martinroger (#238 )
1314
1415## v1.0.3 - 2025-07-07
1516
Original file line number Diff line number Diff line change 100100#define ESP_PANEL_BOARD_LCD_COLOR_BITS (ESP_PANEL_LCD_COLOR_BITS_RGB565)
101101 // ESP_PANEL_LCD_COLOR_BITS_RGB565/RGB666/RGB888
102102#define ESP_PANEL_BOARD_LCD_COLOR_BGR_ORDER (0 ) // 0: RGB, 1: BGR
103- #define ESP_PANEL_BOARD_LCD_COLOR_INEVRT_BIT (0 ) // 0/1
103+ #define ESP_PANEL_BOARD_LCD_COLOR_INEVRT_BIT (1 ) // 0/1
104104
105105/* *
106106 * @brief LCD transformation configuration
You can’t perform that action at this time.
0 commit comments