File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
- ## v0.1.3 - 2024-05-26
3
+ ## v0.1.2 - 2024-05-27
4
4
5
5
### Enhancements:
6
6
7
7
* feat(config): add version control for all configuration files by @lzw655 (#32 )
8
8
9
- ## v0.1.2 - 2024-05-17
10
-
11
9
### Bugfixes:
12
10
13
11
* fix(docs): fix broken links in 'Panel Test Example' README by @lboue (#27 )
Original file line number Diff line number Diff line change 1
1
name =ESP32_Display_Panel
2
- version =0.1.3
2
+ version =0.1.2
3
3
author =espressif
4
4
maintainer =espressif
5
5
sentence =ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development.
Original file line number Diff line number Diff line change 11
11
/* Library Version */
12
12
#define ESP_PANEL_VERSION_MAJOR 0
13
13
#define ESP_PANEL_VERSION_MINOR 1
14
- #define ESP_PANEL_VERSION_PATCH 3
14
+ #define ESP_PANEL_VERSION_PATCH 2
15
15
16
16
/* File `ESP_Panel_Conf.h` */
17
17
#define ESP_PANEL_CONF_VERSION_MAJOR 0
Original file line number Diff line number Diff line change 16
16
#endif
17
17
#endif
18
18
19
+ #include "ESP_PanelTypes.h"
20
+
19
21
/* If "ESP_Panel_*_Board.h" are available from here, try to use them later */
20
22
#ifdef __has_include
21
23
#if __has_include ("ESP_Panel_Board_Supported.h" )
83
85
#include "board/ESP_PanelBoard.h"
84
86
#endif
85
87
86
- #include "ESP_PanelTypes.h"
87
-
88
88
/* Define some special macros for devices */
89
89
/*-------------------------------- LCD Related --------------------------------*/
90
90
#if ESP_PANEL_USE_LCD
You can’t perform that action at this time.
0 commit comments