File tree Expand file tree Collapse file tree 27 files changed +34
-33
lines changed Expand file tree Collapse file tree 27 files changed +34
-33
lines changed Original file line number Diff line number Diff line change 17
17
* fix(examples): fix WiFiClock log HTTP error code to serial console by @lboue (#97 )
18
18
* fix(gt911): allow to set the GT911 touch device address by @lboue (#86 )
19
19
* 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 )
20
21
21
22
## v0.1.5 - 2024-07-09
22
23
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ ESP32_Display_Panel 会根据 [ESP_Panel_Board_Custom.h](./ESP_Panel_Board_Custo
207
207
#endif /* ESP_PANEL_LCD_BUS_TYPE */
208
208
...
209
209
/* *
210
- * LCD Venbdor Initialization Commands.
210
+ * LCD Vendor Initialization Commands.
211
211
*
212
212
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
213
213
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 165
165
#endif /* ESP_PANEL_LCD_BUS_TYPE */
166
166
167
167
/**
168
- * LCD Venbdor Initialization Commands.
168
+ * LCD Vendor Initialization Commands.
169
169
*
170
170
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
171
171
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
378
#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
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 21
21
/* File `ESP_Panel_Board_Custom.h` */
22
22
#define ESP_PANEL_BOARD_CUSTOM_VERSION_MAJOR 0
23
23
#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
25
25
26
26
/* File `ESP_Panel_Board_Supported.h` */
27
27
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MAJOR 0
Original file line number Diff line number Diff line change 85
85
#endif /* ESP_PANEL_LCD_BUS_TYPE */
86
86
87
87
/**
88
- * LCD Venbdor Initialization Commands.
88
+ * LCD Vendor Initialization Commands.
89
89
*
90
90
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
91
91
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 101
101
#endif /* ESP_PANEL_LCD_BUS_TYPE */
102
102
103
103
/**
104
- * LCD Venbdor Initialization Commands.
104
+ * LCD Vendor Initialization Commands.
105
105
*
106
106
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
107
107
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 85
85
#endif /* ESP_PANEL_LCD_BUS_TYPE */
86
86
87
87
/**
88
- * LCD Venbdor Initialization Commands.
88
+ * LCD Vendor Initialization Commands.
89
89
*
90
90
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
91
91
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 85
85
#endif /* ESP_PANEL_LCD_BUS_TYPE */
86
86
87
87
/**
88
- * LCD Venbdor Initialization Commands.
88
+ * LCD Vendor Initialization Commands.
89
89
*
90
90
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
91
91
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 101
101
#endif /* ESP_PANEL_LCD_BUS_TYPE */
102
102
103
103
/**
104
- * LCD Venbdor Initialization Commands.
104
+ * LCD Vendor Initialization Commands.
105
105
*
106
106
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
107
107
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 61
61
#endif /* ESP_PANEL_LCD_BUS_TYPE */
62
62
63
63
/**
64
- * LCD Venbdor Initialization Commands.
64
+ * LCD Vendor Initialization Commands.
65
65
*
66
66
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
67
67
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 99
99
#endif /* ESP_PANEL_LCD_BUS_TYPE */
100
100
101
101
/**
102
- * LCD Venbdor Initialization Commands.
102
+ * LCD Vendor Initialization Commands.
103
103
*
104
104
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
105
105
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 62
62
#endif /* ESP_PANEL_LCD_BUS_TYPE */
63
63
64
64
/**
65
- * LCD Venbdor Initialization Commands.
65
+ * LCD Vendor Initialization Commands.
66
66
*
67
67
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
68
68
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 65
65
#endif /* ESP_PANEL_LCD_BUS_TYPE */
66
66
67
67
/**
68
- * LCD Venbdor Initialization Commands.
68
+ * LCD Vendor Initialization Commands.
69
69
*
70
70
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
71
71
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
Original file line number Diff line number Diff line change 151
151
#endif /* ESP_PANEL_LCD_BUS_TYPE */
152
152
153
153
/**
154
- * LCD Venbdor Initialization Commands.
154
+ * LCD Vendor Initialization Commands.
155
155
*
156
156
* Vendor specific initialization can be different between manufacturers, should consult the LCD supplier for
157
157
* initialization sequence code. Please uncomment and change the following macro definitions. Otherwise, the LCD driver
You can’t perform that action at this time.
0 commit comments