Skip to content

Commit 102cb69

Browse files
committed
Updated base components up to step 6
Todo: - Doc files - README - PanelVersions - CHANGELOG Update Board_Instructions.md Update README.md Update README_CN.md Update ESP_PanelVersions.h Update CHANGELOG.md Update src/board/ESP_PanelBoard.h Co-authored-by: Zhongwei Liu <109257001+Lzw655@users.noreply.github.com> Suggested updates Pre-commit success
1 parent 43f0bc1 commit 102cb69

20 files changed

+312
-34
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
17-
- uses: pre-commit/action@v2.0.3
17+
- uses: pre-commit/action@v2.0.3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v0.1.8 - 2024-10-25
4+
5+
* feat(board): add support for Waveshare ESP32-S3-Touch-LCD-1.85
6+
7+
### Enhancements:
8+
39
## v0.1.7 - 2024-08-22
410

511
### Enhancements:

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Below is a list of [supported development boards](docs/Board_Instructions.md):
6666
| [Elecrow](docs/Board_Instructions.md#elecrow) | CrowPanel 7.0" |
6767
| [M5Stack](docs/Board_Instructions.md#m5stack) | M5STACK-M5CORE2, M5STACK-M5DIAL, M5STACK-M5CORES3 |
6868
| [Jingcai](docs/Board_Instructions.md#shenzhen-jingcai-intelligent) | ESP32-4848S040C_I_Y_3 |
69-
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-4.3 |
69+
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-4.3, ESP32-S3-Touch-LCD-1.85 |
7070

7171
Developers and manufacturers are welcomed to contribute PRs to add more development boards. For detailed instructions, please refer to the [`Board Development Guide`](./docs/Board_Contribution_Guide.md).
7272

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ESP32_Display_Panel 的功能框图如下所示,主要包含以下特性:
6666
| [M5Stack](docs/Board_Instructions.md#m5stack) | M5STACK-M5CORE2, M5STACK-M5DIAL, M5STACK-M5CORES3 |
6767
| [Elecrow](docs/Board_Instructions.md#elecrow) | CrowPanel 7.0" |
6868
| [Jingcai](docs/Board_Instructions.md#shenzhen-jingcai-intelligent) | ESP32-4848S040C_I_Y_3 |
69-
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-4.3 |
69+
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-4.3, ESP32-S3-Touch-LCD-1.85 |
7070

7171
欢迎开发者和厂商贡献 PR 来添加更多的开发板,详细说明请参考 [`开发板贡献指南`](./docs/Board_Contribution_Guide_CN.md)
7272

check_copyright_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ examples_and_unit_tests:
3939

4040
# ignore: # You can also select ignoring files here
4141
# perform_check: no # Don't check files from that block
42-
# include:
42+
# include:

docs/Board_Contribution_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Using the adaption of `M5Stack M5DIAL` as an example, follow these steps to modi
5858
5. **[M]** *[ESP_Panel_Board_Supported](../ESP_Panel_Board_Supported.h)*, *[library.properties](../library.properties)*, *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*, *[README_CN.md](../README_CN.md)*, *[README.md](../README.md)*: Update the supported development boards information in these files.
5959
6. **[M]** *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*: Update the recommended configuration for the new development board.
6060
7. **[M]** *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)*: Ensure that the version under `Library Version` should be ahead of the latest tag version in terms of the tag version; when changes occur to *[ESP_Panel_Board_Custom.h](../ESP_Panel_Board_Custom.h)*, *[ESP_Panel_Board_Supported.h](../ESP_Panel_Board_Supported.h)*, and *[ESP_Panel_Conf.h](../ESP_Panel_Conf.h)* in the root directory, ensure that the version number at the end of the corresponding file and at the beginging of *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)* should be ahead of the latest tag version in terms of the minor version.
61-
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*: Update the changelog.
61+
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*: Update the changelog.

docs/Board_Contribution_Guide_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ pip3 install pre-commit && pre-commit install
5858
5. **[M]** *[ESP_Panel_Board_Supported](../ESP_Panel_Board_Supported.h)**[library.properties](../library.properties)**[docs/Board_Instructions.md](../docs/Board_Instructions.md)**[README_CN.md](../README_CN.md)**[README.md](../README.md)*:更新上述文件中“已支持开发板”说明。
5959
6. **[M]** *[docs/Board_Instructions.md](../docs/Board_Instructions.md)*:更新新开发板的推荐配置。
6060
7. **[M]** *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)*:确保 `Library Version` 下的版本应小版本领先于最新 tag 版本。当根目录下的 *[ESP_Panel_Board_Custom.h](../ESP_Panel_Board_Custom.h)**[ESP_Panel_Board_Supported.h](../ESP_Panel_Board_Supported.h)**[ESP_Panel_Conf.h](../ESP_Panel_Conf.h)* 发生变化时,相应文件末尾和 *[src/ESP_PanelVersions.h](../src/ESP_PanelVersions.h)* 开头的版本号应中版本领先于最新 tag 版本。
61-
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*:更新变更日志。
61+
8. **[M]** *[CHANGELOG.md](../CHANGELOG.md)*:更新变更日志。

docs/Board_Instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
| **Picture** | **Name** | **LCD Bus** | **LCD Controller** | **LCD resolution** | **Touch Bus** | **Touch Controller** |
4444
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :--------------: | :----------------: | ------------------ | :-----------: | :------------------: |
4545
| <img src="https://www.waveshare.com/media/catalog/product/cache/1/small_image/171x171/9df78eab33525d08d6e5fb8d27136e95/e/s/esp32-s3-touch-lcd-4.3-1.jpg" width="150"> | [ESP32-S3-Touch-LCD-4.3](https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm) | RGB | ST7262 | 800x480 | I2C | GT911 |
46+
| <img src="https://www.waveshare.com/w/upload/5/5f/ESP32-S3-Touch-LCD-1.85_Entity.jpg" width="150"> | [ESP32-S3-Touch-LCD-1.85](https://www.waveshare.com/esp32-s3-touch-lcd-1.85.htm) | QSPI | ST77916 | 360x360 | I2C | CST816 |
4647

4748
## Recommended Configurations in the Arduino IDE
4849

@@ -66,6 +67,7 @@ Below are recommended configurations for developing GUI applications on differen
6667
| ESP32-4848S040C_I_Y_3 | ESP32S3 Dev Module | OPI | QIO 80MHz | 16MB | Disabled | 16M Flash (3MB) |
6768
| ElecrowCrowPanel 7.0" | ESP32S3 Dev Module | OPI | QIO 80MHz | 4MB | Disabled | Huge App (3MB) |
6869
| Waveshare-ESP32-S3-Touch-LCD-4.3 | ESP32S3 Dev Module | OPI | QIO 80MHz | 8MB | Disabled | 8M with spiffs |
70+
| Waveshare-ESP32-S3-Touch-LCD-1.85 | ESP32S3 Dev Module | OPI | QIO 80MHz | 16MB | Enabled | 16M Flash (3MB) |
6971

7072
**Notes:**
7173

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

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ESP32_Display_Panel
2-
version=0.1.7
2+
version=0.1.8
33
author=espressif
44
maintainer=espressif
55
sentence=ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development.
6-
paragraph=Currently supported boards:ESP32-C3-LCDkit,ESP32-S3-BOX,ESP32-S3-BOX-3,ESP32-S3-BOX-3B,ESP32-S3-BOX-3(beta),ESP32-S3-BOX-Lite,ESP32-S3-EYE,ESP32-S3-Korvo-2,ESP32-S3-LCD-EV-Board,ESP32-S3-LCD-EV-Board-2,ESP32-S3-USB-OTG,M5STACK-M5CORE2,M5STACK-M5DIAL,M5STACK-M5CORES3,ESP32-4848S040C_I_Y_3. Currently supported devices: Bus,LCD,Touch,Backlight,IO expander. Currently supported Bus: I2C,SPI,QSPI,3-wire SPI + RGB. Currently supported LCD controllers: EK9716B,GC9A01,GC9B71,GC9503,ILI9341,NV3022B,ST7262,ST7701,ST7789,ST7796,ST77916,ST77922. Currently supported Touch controllers: CST816S,FT5x06,GT1151,GT911,ST7123,TT21100,XPT2046.
6+
paragraph=Currently supported boards:ESP32-C3-LCDkit,ESP32-S3-BOX,ESP32-S3-BOX-3,ESP32-S3-BOX-3B,ESP32-S3-BOX-3(beta),ESP32-S3-BOX-Lite,ESP32-S3-EYE,ESP32-S3-Korvo-2,ESP32-S3-LCD-EV-Board,ESP32-S3-LCD-EV-Board-2,ESP32-S3-USB-OTG,M5STACK-M5CORE2,M5STACK-M5DIAL,M5STACK-M5CORES3,ESP32-4848S040C_I_Y_3,ESP32-S3-Touch-LCD-4.3,ESP32-S3-Touch-LCD-1.85. Currently supported devices: Bus,LCD,Touch,Backlight,IO expander. Currently supported Bus: I2C,SPI,QSPI,3-wire SPI + RGB. Currently supported LCD controllers: EK9716B,GC9A01,GC9B71,GC9503,ILI9341,NV3022B,ST7262,ST7701,ST7789,ST7796,ST77916,ST77922. Currently supported Touch controllers: CST816S,FT5x06,GT1151,GT911,ST7123,TT21100,XPT2046.
77
category=Other
88
architectures=esp32
99
url=https://github.com/esp-arduino-libs/ESP32_Display_Panel

src/ESP_PanelVersions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/* Library Version */
1212
#define ESP_PANEL_VERSION_MAJOR 0
1313
#define ESP_PANEL_VERSION_MINOR 1
14-
#define ESP_PANEL_VERSION_PATCH 7
14+
#define ESP_PANEL_VERSION_PATCH 8
1515

1616
/* File `ESP_Panel_Conf.h` */
1717
#define ESP_PANEL_CONF_VERSION_MAJOR 0
@@ -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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
defined(BOARD_ESP32_S3_LCD_EV_BOARD_V1_5) + defined(BOARD_ESP32_S3_LCD_EV_BOARD_2) + \
1616
defined(BOARD_ESP32_S3_LCD_EV_BOARD_2_V1_5) + defined(BOARD_ESP32_S3_USB_OTG) + defined(BOARD_ELECROW_CROWPANEL_7_0) + \
1717
defined(BOARD_M5STACK_M5CORE2) + defined(BOARD_M5STACK_M5DIAL) + defined(BOARD_M5STACK_M5CORES3) + \
18-
defined(BOARD_ESP32_4848S040C_I_Y_3) + defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3) \
18+
defined(BOARD_ESP32_4848S040C_I_Y_3) + defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3) + defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85) \
1919
> 1
2020
#error "Multiple boards enabled! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
2121
#endif
@@ -61,9 +61,11 @@
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"
65+
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_1_85
66+
#include "board/waveshare/ESP32_S3_Touch_LCD_1_85.h"
6567
#else
66-
#error "Unkonw board selected! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
68+
#error "Unknown board selected! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
6769
#endif
6870

6971
// *INDENT-OFF*

0 commit comments

Comments
 (0)