From 8a27841912ca52ced179adc8020be494afd6326c Mon Sep 17 00:00:00 2001 From: Rei Vilo Date: Tue, 28 Nov 2023 23:24:33 +0100 Subject: [PATCH] Release 7.0.3 --- README.md | 4 ++-- examples/Example_Fast_Speed/Example_Fast_Speed.ino | 2 +- src/PDLS_EXT3_Basic_Fast.h | 2 +- src/hV_Documentation.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf518b2..b6561da 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pervasive Displays Library Suite - Basic Edition - Fast Update -[![Release](https://img.shields.io/github/v/release/rei-vilo/PDLS_EXT3_Basic_Fast)](https://github.com/rei-vilo/PDLS_EXT3_Basic/releases) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/77ecc9fa99834e299505f5f2a7c83e53)](https://app.codacy.com/gh/rei-vilo/PDLS_EXT3_Basic_Fast/dashboard?utm_source=github.com&utm_medium=referral&utm_content=rei-vilo/PDLS_EXT3_Basic&utm_campaign=Badge_Grade) ![Arduino lint](https://github.com/rei-vilo/PDLS_EXT3_Basic/actions/workflows/main.yml/badge.svg) [![GitHub issues](https://img.shields.io/github/issues/rei-vilo/PDLS_EXT3_Basic)](https://github.com/rei-vilo/PDLS_EXT3_Basic/issues) [![](https://img.shields.io/badge/-Documentation-blue)](https://rei-vilo.github.io/PDLS_EXT3_Basic_Documentation/html/index.html) +[![Release](https://img.shields.io/github/v/release/rei-vilo/PDLS_EXT3_Basic_Fast)](https://github.com/rei-vilo/PDLS_EXT3_Basic_Global/releases) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/77ecc9fa99834e299505f5f2a7c83e53)](https://app.codacy.com/gh/rei-vilo/PDLS_EXT3_Basic_Fast/dashboard?utm_source=github.com&utm_medium=referral&utm_content=rei-vilo/PDLS_EXT3_Basic_Global&utm_campaign=Badge_Grade) ![Arduino lint](https://github.com/rei-vilo/PDLS_EXT3_Basic_Global/actions/workflows/main.yml/badge.svg) [![GitHub issues](https://img.shields.io/github/issues/rei-vilo/PDLS_EXT3_Basic_Global)](https://github.com/rei-vilo/PDLS_EXT3_Basic_Global/issues) [![](https://img.shields.io/badge/-Documentation-blue)](https://rei-vilo.github.io/PDLS_EXT3_Basic_Documentation/html/index.html) The Pervasive Displays Library Suite is specifically designed for the [Pervasive Displays](https://www.pervasivedisplays.com) e-paper screens and EXT3 extension board. @@ -11,7 +11,7 @@ The **PDLS_EXT3_Basic_Fast** provides a high-level interface to drive the e-pape + [EPD Extension Kit Gen 3 (EXT3 or EXT3-1)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/); and + iTC [monochrome screens with embedded fast update](https://www.pervasivedisplays.com/products/?_sft_etc_itc=pu). -Please refer to [PDLS_EXT3_Basic](https://github.com/rei-vilo/PDLS_EXT3_Basic/issues) for reporting issues and contributing pull requests. +Please refer to [PDLS_EXT3_Basic_Global](https://github.com/rei-vilo/PDLS_EXT3_Basic_Global/issues) for reporting issues and contributing pull requests. https://user-images.githubusercontent.com/951776/132012290-8680632a-b45c-417e-a7fe-d625f7e8af26.mp4 diff --git a/examples/Example_Fast_Speed/Example_Fast_Speed.ino b/examples/Example_Fast_Speed/Example_Fast_Speed.ino index c1fe8e9..fcbb1a6 100755 --- a/examples/Example_Fast_Speed/Example_Fast_Speed.ino +++ b/examples/Example_Fast_Speed/Example_Fast_Speed.ino @@ -21,7 +21,7 @@ /// // Screen -// #include "PDLS_EXT3_Basic.h" +// #include "PDLS_EXT3_Basic_Global.h" #include "PDLS_EXT3_Basic_Fast.h" // SDK diff --git a/src/PDLS_EXT3_Basic_Fast.h b/src/PDLS_EXT3_Basic_Fast.h index 4a079ab..34321bf 100755 --- a/src/PDLS_EXT3_Basic_Fast.h +++ b/src/PDLS_EXT3_Basic_Fast.h @@ -1,5 +1,5 @@ /// -/// @file PDLS_EXT3_Basic.h +/// @file PDLS_EXT3_Basic_Global.h /// @brief Driver for Pervasive Displays iTC screens and EXT3 extension board /// /// @details Project Pervasive Displays Library Suite diff --git a/src/hV_Documentation.h b/src/hV_Documentation.h index cfb2103..99c5e30 100755 --- a/src/hV_Documentation.h +++ b/src/hV_Documentation.h @@ -18,7 +18,7 @@ /// /// The basic edition includes different variants: /// -/// * **PDLS_EXT3_Basic** for [monochrome](https://www.pervasivedisplays.com/products/?_sft_product_colour=black-white) and [colour (black-white-red)](https://www.pervasivedisplays.com/products/?_sft_product_colour=black-white-red) screens; +/// * **PDLS_EXT3_Basic_Global** for [monochrome](https://www.pervasivedisplays.com/products/?_sft_product_colour=black-white) and [colour (black-white-red)](https://www.pervasivedisplays.com/products/?_sft_product_colour=black-white-red) screens; /// * **PDLS_EXT3_Basic_Fast** for [monochrome screens with embedded fast update](https://www.pervasivedisplays.com/product/2-71-e-ink-display-aurora-mb-v231/); /// * **PDLS_EXT3_Basic_Fast_152** for the 1.52 and 1.50 monochrome high-definition screens with embedded fast update; /// * **PDLS_EXT3_Basic_Touch** for [monochrome screens with capacitive touch](https://www.pervasivedisplays.com/product/2-71-e-ink-display-aurora-mb-v231/); and