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

0 commit comments

Comments
 (0)