We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e99ba commit a1e1f73Copy full SHA for a1e1f73
main/boards/lichuang-dev/lichuang_dev_board.cc
@@ -160,8 +160,8 @@ class LichuangDevBoard : public WifiBoard {
160
{
161
esp_lcd_touch_handle_t tp;
162
esp_lcd_touch_config_t tp_cfg = {
163
- .x_max = DISPLAY_WIDTH,
164
- .y_max = DISPLAY_HEIGHT,
+ .x_max = DISPLAY_HEIGHT,
+ .y_max = DISPLAY_WIDTH,
165
.rst_gpio_num = GPIO_NUM_NC, // Shared with LCD reset
166
.int_gpio_num = GPIO_NUM_NC,
167
.levels = {
0 commit comments