Skip to content

Commit f4d52af

Browse files
committed
Suggested updates
1 parent 0cc0cfa commit f4d52af

File tree

11 files changed

+28
-22
lines changed

11 files changed

+28
-22
lines changed

ESP_Panel_Board_Supported.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
*
100100
*/
101101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
102-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
103103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
104104

105105
#endif

examples/LVGL/v8/Porting/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

examples/LVGL/v8/Rotation/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

examples/Panel/PanelTest/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

examples/PlatformIO/src/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

examples/SquareLine/v8/Porting/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

examples/SquareLine/v8/WiFiClock/ESP_Panel_Board_Supported.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
/*
7878
* Waveshare Supported Boards (https://www.waveshare.com/):
7979
*
80-
* - ESP32_S3_Touch_LCD_4_3:
81-
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
80+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3 (ESP32_S3_Touch_LCD_4_3): https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
81+
* - BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85 (ESP32_S3_Touch_LCD_1_85): https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm
8282
*
8383
*/
8484
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
8586

8687
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8788
/////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
@@ -98,7 +99,7 @@
9899
*
99100
*/
100101
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
101-
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102+
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 4
102103
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
103104

104105
#endif

src/ESP_PanelVersions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/* File `ESP_Panel_Board_Supported.h` */
2727
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MAJOR 0
28-
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MINOR 3
28+
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MINOR 4
2929
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_PATCH 0
3030

3131
/* Check if the current configuration file version is compatible with the library version */

src/board/ESP_PanelBoard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#include "board/jingcai/ESP32_4848S040C_I_Y_3.h"
6262
/* Waveshare */
6363
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
64-
#include "board/waveshare/ESP32_S3_Touch_LCD_4.3.h"
64+
#include "board/waveshare/ESP32_S3_Touch_LCD_4_3.h"
6565
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
6666
#include "board/waveshare/ESP32_S3_Touch_LCD_1_85.h"
6767
#else

src/board/waveshare/ESP32_S3_Touch_LCD_1.85.h renamed to src/board/waveshare/ESP32_S3_Touch_LCD_1_85.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*/
132132
#define ESP_PANEL_TOUCH_BUS_SKIP_INIT_HOST (0) // 0/1
133133
/**
134-
* Touch panel bus type.
134+
* Touch panel bus type.
135135
*/
136136
#define ESP_PANEL_TOUCH_BUS_TYPE (ESP_PANEL_BUS_TYPE_I2C)
137137
/* Touch panel bus parameters */

0 commit comments

Comments
 (0)