diff --git a/library.properties b/library.properties index e29ffed2..354ef79f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32_Display_Panel -version=0.1.5 +version=0.1.6 author=espressif maintainer=espressif sentence=ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development. @@ -8,4 +8,4 @@ category=Other architectures=esp32 url=https://github.com/esp-arduino-libs/ESP32_Display_Panel includes=ESP_Panel_Library.h -depends=ESP32_IO_Expander (>=0.0.1 && <0.1.0) +depends=ArduinoJson, ESP32_IO_Expander (>=0.0.1 && <0.1.0), lvgl (>=8.3.9 && <8.4.0), NTPClient diff --git a/src/ESP_PanelVersions.h b/src/ESP_PanelVersions.h index ac7043f8..6d15df0f 100644 --- a/src/ESP_PanelVersions.h +++ b/src/ESP_PanelVersions.h @@ -11,7 +11,7 @@ /* Library Version */ #define ESP_PANEL_VERSION_MAJOR 0 #define ESP_PANEL_VERSION_MINOR 1 -#define ESP_PANEL_VERSION_PATCH 5 +#define ESP_PANEL_VERSION_PATCH 6 /* File `ESP_Panel_Conf.h` */ #define ESP_PANEL_CONF_VERSION_MAJOR 0