File tree Expand file tree Collapse file tree 9 files changed +25
-24
lines changed Expand file tree Collapse file tree 9 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
- ## v0.1.6 - 2024-07-29
3
+ ## v0.1.6 - 2024-07-30
4
4
5
5
### Enhancements:
6
6
13
13
* fix(examples): fix WiFiClock wrong name ` ScreenPassord ` by @lboue (#82 )
14
14
* fix(examples): fix LCD using 'configVendorCommands' before 'init'
15
15
* fix(gt911): allow to set the GT911 touch device address by @lboue (#86 )
16
+ * fix(conf): fix the issue that the ` ESP_PANEL_EXPANDER_HOST_ID ` flag is not working properly
16
17
17
18
## v0.1.5 - 2024-07-09
18
19
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 335
335
*/
336
336
#define ESP_PANEL_EXPANDER_SKIP_INIT_HOST (0) // 0/1
337
337
/* IO expander parameters */
338
+ #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
338
339
#define ESP_PANEL_EXPANDER_I2C_ADDRESS (0x20) // The actual I2C address. Even for the same model of IC,
339
340
// the I2C address may be different, and confirmation based on
340
341
// the actual hardware connection is required
341
342
#if !ESP_PANEL_EXPANDER_SKIP_INIT_HOST
342
- #define ESP_PANEL_EXPANDER_HOST_ID (0) // Typically set to 0
343
343
#define ESP_PANEL_EXPANDER_I2C_CLK_HZ (400 * 1000)
344
344
// Typically set to 400K
345
345
#define ESP_PANEL_EXPANDER_I2C_SCL_PULLUP (1) // 0/1
375
375
*
376
376
*/
377
377
#define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MAJOR 0
378
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 1
379
- #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 5
378
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_MINOR 2
379
+ #define ESP_PANEL_BOARD_CUSTOM_FILE_VERSION_PATCH 0
380
380
381
381
#endif /* ESP_PANEL_USE_CUSTOM_BOARD */
382
382
Original file line number Diff line number Diff line change 20
20
21
21
/* File `ESP_Panel_Board_Custom.h` */
22
22
#define ESP_PANEL_BOARD_CUSTOM_VERSION_MAJOR 0
23
- #define ESP_PANEL_BOARD_CUSTOM_VERSION_MINOR 1
24
- #define ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH 5
23
+ #define ESP_PANEL_BOARD_CUSTOM_VERSION_MINOR 2
24
+ #define ESP_PANEL_BOARD_CUSTOM_VERSION_PATCH 0
25
25
26
26
/* File `ESP_Panel_Board_Supported.h` */
27
27
#define ESP_PANEL_BOARD_SUPPORTED_VERSION_MAJOR 0
You can’t perform that action at this time.
0 commit comments