From e0c2a32f740d25b347e499c65b55f737dfaec510 Mon Sep 17 00:00:00 2001 From: Rei Vilo Date: Thu, 2 Mar 2023 09:55:28 +0100 Subject: [PATCH] Release 6.0.6 --- README.md | 1 + library.properties | 2 +- src/hV_Configuration.h | 6 +++--- src/hV_Constants.h | 6 +++--- src/hV_Documentation.h | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a554fbb..60c5d49 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The Pervasive Displays Library Suite is specifically designed for the [Pervasive The **PDLS_EXT3_Basic_Touch** provides a high-level interface to drive the e-paper screens with embedded fast update and capacitive touch: ++ [EPD Pico Kit Touch (EPDK-271-Touch)](https://www.pervasivedisplays.com/product/touch-expansion-board-ext3-touch/#tab-3), which includes a Raspberry Pi Pico RP2040, the EXT3-1 and EXT3-Touch extension boards and a 2.71"-Touch monochrome panel with embedded fast update and capacitive touch; or + [EPD Extension Kit Gen 3 (EXT3 or EXT3-1)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/) and [Touch Expansion Board for EXT3 (EXT3-Touch)](https://www.pervasivedisplays.com/product/touch-expansion-board-ext3-touch/); and + iTC [monochrome screens with touch](https://www.pervasivedisplays.com/products/?_sft_etc_itc=tp). diff --git a/library.properties b/library.properties index 1cf5496..7420b72 100755 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PDLS_EXT3_Basic_Touch -version=6.0.5 +version=6.0.6 author=Rei Vilo for Pervasive Displays maintainer=Rei Vilo sentence=Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch diff --git a/src/hV_Configuration.h b/src/hV_Configuration.h index da53675..3089e79 100755 --- a/src/hV_Configuration.h +++ b/src/hV_Configuration.h @@ -19,8 +19,8 @@ /// * 11. Set storage mode, not implemented /// /// @author Rei Vilo -/// @date 25 Jan 2023 -/// @version 605 +/// @date 22 Feb 2023 +/// @version 606 /// /// @copyright (c) Rei Vilo, 2010-2023 /// @copyright All rights reserved @@ -56,7 +56,7 @@ /// /// @brief Release /// -#define hV_CONFIGURATION_RELEASE 605 +#define hV_CONFIGURATION_RELEASE 606 /// /// @name 1- List of supported Pervasive Displays screens diff --git a/src/hV_Constants.h b/src/hV_Constants.h index 92412d5..4a16192 100644 --- a/src/hV_Constants.h +++ b/src/hV_Constants.h @@ -6,8 +6,8 @@ /// @n Based on highView technology /// /// @author Rei Vilo -/// @date 25 Jan 2023 -/// @version 605 +/// @date 22 Feb 2023 +/// @version 606 /// /// @copyright (c) Rei Vilo, 2010-2023 /// @copyright All rights reserved @@ -29,7 +29,7 @@ /// /// @brief Release /// -#define hV_CONSTANTS_RELEASE 605 +#define hV_CONSTANTS_RELEASE 606 #endif // hV_CONSTANTS_RELEASE /// diff --git a/src/hV_Documentation.h b/src/hV_Documentation.h index 5a920d5..4d7879a 100755 --- a/src/hV_Documentation.h +++ b/src/hV_Documentation.h @@ -35,8 +35,8 @@ /// Additionally, the **[Wiki](https://docs.pervasivedisplays.com/)** provides a gradual introduction to the e-paper technology and how to use it. /// /// @author Rei Vilo -/// @date 25 Jan 2023 -/// @version 605 +/// @date 22 Feb 2023 +/// @version 606 /// /// @copyright (c) Rei Vilo, 2010-2023 /// @copyright All rights reserved