File tree Expand file tree Collapse file tree 31 files changed +104
-57
lines changed Expand file tree Collapse file tree 31 files changed +104
-57
lines changed Original file line number Diff line number Diff line change 16
16
* fix(examples): fix ` LV_USE_DEMO_WIDGETS ` typo by @lboue (#98 )
17
17
* fix(examples): fix ` Tearing fucntion ` typo by @lboue (#96 )
18
18
* fix(examples): fix WiFiClock log HTTP error code to serial console by @lboue (#97 )
19
+ * fix(examples): fix WiFiClock description
19
20
* fix(gt911): allow to set the GT911 touch device address by @lboue (#86 )
20
21
* fix(conf): fix the issue that the ` ESP_PANEL_EXPANDER_HOST_ID ` flag is not working properly
21
22
* fix(conf): fix ` LCD Venbdor ` typo (#92 )
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
Original file line number Diff line number Diff line change 63
63
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64
64
/**
65
65
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
66
- * the current version of `ESP_Panel_Board_Custom .h` in the library. The detailed rules are as follows:
66
+ * the current version of `ESP_Panel_Conf .h` in the library. The detailed rules are as follows:
67
67
*
68
68
* 1. If the major version is not consistent, then the configurations in this file are incompatible with the library
69
69
* and must be replaced with the file from the library.
74
74
*/
75
75
#define ESP_PANEL_CONF_FILE_VERSION_MAJOR 0
76
76
#define ESP_PANEL_CONF_FILE_VERSION_MINOR 1
77
- #define ESP_PANEL_CONF_FILE_VERSION_PATCH 1
77
+ #define ESP_PANEL_CONF_FILE_VERSION_PATCH 2
Original file line number Diff line number Diff line change 363
363
// #define ESP_PANEL_BEGIN_BACKLIGHT_END_FUNCTION( panel )
364
364
// #define ESP_PANEL_BEGIN_END_FUNCTION( panel )
365
365
366
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
367
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
368
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
366
369
/**
367
370
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
368
371
* the current version of `ESP_Panel_Board_Custom.h` in the library. The detailed rules are as follows:
376
379
*/
377
380
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
381
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 1
382
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 2
380
383
381
384
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
385
Original file line number Diff line number Diff line change 83
83
*/
84
84
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
87
+ /////////////////////////////////////////////// File Version ///////////////////////////////////////////////////////////
88
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
86
89
/**
87
90
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
88
91
* the current version of `ESP_Panel_Board_Supported.h` in the library. The detailed rules are as follows:
95
98
*
96
99
*/
97
100
#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
98
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
99
- #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1
101
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 3
102
+ #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0
100
103
101
104
#endif
You can’t perform that action at this time.
0 commit comments