Skip to content

Commit ff4105c

Browse files
committed
fix(conf): fix 'LCD Venbdor' typo (#92)
closes #92
1 parent 33ecea1 commit ff4105c

27 files changed

+34
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* fix(examples): fix WiFiClock log HTTP error code to serial console by @lboue (#97)
1818
* fix(gt911): allow to set the GT911 touch device address by @lboue (#86)
1919
* fix(conf): fix the issue that the `ESP_PANEL_EXPANDER_HOST_ID` flag is not working properly
20+
* fix(conf): fix `LCD Venbdor` typo (#92)
2021

2122
## v0.1.5 - 2024-07-09
2223

ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ ESP32_Display_Panel 会根据 [ESP_Panel_Board_Custom.h](./ESP_Panel_Board_Custo
207207
#endif /* ESP_PANEL_LCD_BUS_TYPE */
208208
...
209209
/**
210-
* LCD Venbdor Initialization Commands.
210+
* LCD Vendor Initialization Commands.
211211
*
212212
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
213213
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

examples/LVGL/v8/Porting/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

examples/LVGL/v8/Rotation/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

examples/Panel/PanelTest/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

examples/PlatformIO/src/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

examples/SquareLine/v8/Porting/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

examples/SquareLine/v8/WiFiClock/ESP_Panel_Board_Custom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166166

167167
/**
168-
* LCD Venbdor Initialization Commands.
168+
* LCD Vendor Initialization Commands.
169169
*
170170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
@@ -376,7 +376,7 @@
376376
*/
377377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378378
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379-
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
379+
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
380380

381381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382382

src/ESP_PanelVersions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* File `ESP_Panel_Board_Custom.h` */
2222
#define ESP_PANEL_BOARD_CUSTOM_VERSION_MAJOR 0
2323
#define ESP_PANEL_BOARD_CUSTOM_VERSION_MINOR 2
24-
#define ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH 0
24+
#define ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH 1
2525

2626
/* File `ESP_Panel_Board_Supported.h` */
2727
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MAJOR 0

src/board/elecrow/CROWPANEL_7_0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#endif /* ESP_PANEL_LCD_BUS_TYPE */
8686

8787
/**
88-
* LCD Venbdor Initialization Commands.
88+
* LCD Vendor Initialization Commands.
8989
*
9090
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
9191
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_C3_LCDKIT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_BOX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_BOX_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_BOX_3_BETA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_BOX_LITE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_EYE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_KORVO_2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_LCD_EV_BOARD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#endif /* ESP_PANEL_LCD_BUS_TYPE */
102102

103103
/**
104-
* LCD Venbdor Initialization Commands.
104+
* LCD Vendor Initialization Commands.
105105
*
106106
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
107107
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_LCD_EV_BOARD_2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#endif /* ESP_PANEL_LCD_BUS_TYPE */
8686

8787
/**
88-
* LCD Venbdor Initialization Commands.
88+
* LCD Vendor Initialization Commands.
8989
*
9090
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
9191
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_LCD_EV_BOARD_2_V1_5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#endif /* ESP_PANEL_LCD_BUS_TYPE */
8686

8787
/**
88-
* LCD Venbdor Initialization Commands.
88+
* LCD Vendor Initialization Commands.
8989
*
9090
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
9191
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_LCD_EV_BOARD_V1_5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#endif /* ESP_PANEL_LCD_BUS_TYPE */
102102

103103
/**
104-
* LCD Venbdor Initialization Commands.
104+
* LCD Vendor Initialization Commands.
105105
*
106106
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
107107
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/espressif/ESP32_S3_USB_OTG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6262

6363
/**
64-
* LCD Venbdor Initialization Commands.
64+
* LCD Vendor Initialization Commands.
6565
*
6666
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6767
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/jingcai/ESP32_4848S040C_I_Y_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
#endif /* ESP_PANEL_LCD_BUS_TYPE */
100100

101101
/**
102-
* LCD Venbdor Initialization Commands.
102+
* LCD Vendor Initialization Commands.
103103
*
104104
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
105105
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/m5stack/M5CORE2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6363

6464
/**
65-
* LCD Venbdor Initialization Commands.
65+
* LCD Vendor Initialization Commands.
6666
*
6767
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
6868
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/m5stack/M5CORES3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#endif /* ESP_PANEL_LCD_BUS_TYPE */
6666

6767
/**
68-
* LCD Venbdor Initialization Commands.
68+
* LCD Vendor Initialization Commands.
6969
*
7070
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
7171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

src/board/m5stack/M5DIAL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
#endif /* ESP_PANEL_LCD_BUS_TYPE */
152152

153153
/**
154-
* LCD Venbdor Initialization Commands.
154+
* LCD Vendor Initialization Commands.
155155
*
156156
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
157157
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver

0 commit comments

Comments
 (0)