Skip to content

Commit 6fdbc30

Browse files
committed
Fix pre-commit CI check
1 parent 445845a commit 6fdbc30

File tree

7 files changed

+54
-1
lines changed

7 files changed

+54
-1
lines changed

examples/LVGL/v8/Porting/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

examples/LVGL/v8/Rotation/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

examples/Panel/PanelTest/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

examples/PlatformIO/src/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

examples/SquareLine/v8/Porting/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

examples/SquareLine/v8/WiFiClock/ESP_Panel_Board_Supported.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
*/
7575
// #define BOARD_ESP32_4848S040C_I_Y_3
7676

77+
/*
78+
* Waveshare Supported Boards (https://www.waveshare.com/):
79+
*
80+
* - ESP32_S3_Touch_LCD_4_3:
81+
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82+
*
83+
*/
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85+
7786
/**
7887
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
7988
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:

src/board/waveshare/ESP32_S3_Touch_LCD_4.3.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,3 @@
269269
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
270270

271271
// *INDENT-OFF*
272-

0 commit comments

Comments
 (0)