Skip to content

Commit

Permalink
Release 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Mar 2, 2023
1 parent bf601f3 commit e0c2a32
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/hV_Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,7 +56,7 @@
///
/// @brief Release
///
#define hV_CONFIGURATION_RELEASE 605
#define hV_CONFIGURATION_RELEASE 606

///
/// @name 1- List of supported Pervasive Displays screens
Expand Down
6 changes: 3 additions & 3 deletions src/hV_Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +29,7 @@
///
/// @brief Release
///
#define hV_CONSTANTS_RELEASE 605
#define hV_CONSTANTS_RELEASE 606
#endif // hV_CONSTANTS_RELEASE

///
Expand Down
4 changes: 2 additions & 2 deletions src/hV_Documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c2a32

Please sign in to comment.