Skip to content

Commit

Permalink
Release 8.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Nov 12, 2024
1 parent 91c52a6 commit 93e121b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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_BWRY
version=8.0.7
version=8.0.8
author=Rei Vilo for Pervasive Displays
maintainer=Rei Vilo
sentence=Library for Pervasive Displays iTC red and yellow colour screens, and EXT3 or EXT3.1 board
Expand Down
1 change: 1 addition & 0 deletions src/Screen_EPD_EXT3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void Screen_EPD_EXT3::COG_SmallQ_getDataOTP()
// 1.6 Read OTP memory mapping data
uint16_t _chipId;
uint16_t _readBytes = 0;
// uint8_t ui8 = 0; // dummy
u_flagOTP = false;

// Size cSize cType Driver
Expand Down
2 changes: 1 addition & 1 deletion src/Screen_EPD_EXT3.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
///
/// @brief Library release number
///
#define SCREEN_EPD_EXT3_RELEASE 806
#define SCREEN_EPD_EXT3_RELEASE 807

///
/// @brief Library variant
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// * 9. Set GPIO expander mode, not implemented
/// * 10. String object for basic edition
/// * 11. Set storage mode, not implemented
/// * 12. Set debug options
/// * 12. Set debug options, not implemented
///
/// @author Rei Vilo
/// @date 21 Aug 2024
Expand Down
16 changes: 8 additions & 8 deletions src/hV_Documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
///
/// The basic edition includes different variants and supports
///
/// * **PDLS_EXT3_Basic_Global** for [monochrome screens](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white) (film `C`) and [colour (black-white-red)](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white-red) (film `J`),
/// * **PDLS_EXT3_Basic_Global** for [monochrome screens](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white) (film `C`) and [colour black-white-red](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white-red) (film `J`),
/// * **PDLS_EXT3_Basic_Fast** for [monochrome screens with embedded fast update](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_etc_itc=pu) (film `P`),
/// * **PDLS_EXT3_Basic_Wide** for [monochrome screens with wide temperature and embedded fast update](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_etc_itc=pu&_sft_temperature_range=m15c-to-p60c) (film `K`),
/// * **PDLS_EXT3_Basic_Touch** for [monochrome screens with capacitive touch](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_etc_itc=tp),
/// * **PDLS_EXT3_Basic_BWRY** for [black-white-red-yellow screens](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white-red-yellow) (film `Q`);
///
/// the boards
///
/// * [EPD Extension Kit Gen 3 (EXT3 or EXT3-1)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/),
/// * [EPD Extension Kit Gen 3 (EXT3 or EXT3.1)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/),
/// * [Touch Expansion Board for EXT3 (EXT3-Touch)](https://www.pervasivedisplays.com/product/touch-expansion-board-ext3-touch/);
///
/// the kits
///
/// * [EPD Pico Kit (EPDK-266)](https://www.pervasivedisplays.com/product/epd-pico-kit-epdk/), which includes a Raspberry Pi Pico RP2040, an EXT3-1 extension board and a 2.66" monochrome panel,
/// * [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, an EXT3-1 and EXT3-Touch boards and a 2.71"-Touch monochrome panel with embedded fast update.
/// * [EPD Pico Kit (EPDK-266)](https://www.pervasivedisplays.com/product/epd-pico-kit-epdk/), which includes a Raspberry Pi Pico RP2040, an EXT3.1 extension board and a 2.66" monochrome panel,
/// * [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, an EXT3.1 and EXT3-Touch boards and a 2.71"-Touch monochrome panel with embedded fast update.
///
/// @b Documentation
///
Expand All @@ -45,13 +45,13 @@
/// 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 21 Oct 2024
/// @version 807
/// @date 12 Nov 2024
/// @version 808
///
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright © Rei Vilo, 2010-2024
/// @copyright All rights reserved
/// @copyright For exclusive use with Pervasive Displays screens
/// @copyright Portions (c) Pervasive Displays, 2010-2024
/// @copyright Portions © Pervasive Displays, 2010-2024
///
/// * Basic edition: for hobbyists and for basic usage
/// @n Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
Expand Down
2 changes: 1 addition & 1 deletion src/hV_List_Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/// * 9. Set GPIO expander mode, not implemented
/// * 10. String object for basic edition
/// * 11. Set storage mode, not implemented
/// * 12. Set debug options
/// * 12. Set debug options, not implemented
///
/// @author Rei Vilo
/// @date 21 Aug 2024
Expand Down
7 changes: 3 additions & 4 deletions src/hV_List_Screens.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
///
/// @author Rei Vilo
/// @date 21 Aug 2024
/// @version 805
/// @version 807
///
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
Expand Down Expand Up @@ -43,7 +43,7 @@
///
/// @brief Release
///
#define hV_LIST_SCREENS_RELEASE 805
#define hV_LIST_SCREENS_RELEASE 807

/// @deprecated Screen name format (8.0.0)
/// * Name format eScreen_EPD_EXT3_<size>_<driver>_<suffix> is deprecated (8.0.0).
Expand Down Expand Up @@ -298,8 +298,7 @@
/// @todo eScreen_EPD_437_KS_0C not tested
#define eScreen_EPD_437_KS_0C SCREEN(SIZE_437, FILM_K, DRIVER_C) ///< reference xE2437KS0Cx, not tested
#define eScreen_EPD_581_KS_06 SCREEN(SIZE_581, FILM_K, DRIVER_6) ///< reference xE2581KS06x
// /// @todo eScreen_EPD_741_KS_0B not tested
// #define eScreen_EPD_741_KS_0B SCREEN(SIZE_741, FILM_K, DRIVER_B) ///< reference xE2741KS0Bx, not tested
#define eScreen_EPD_741_KS_06 SCREEN(SIZE_741, FILM_K, DRIVER_6) ///< reference xE2741KS06x
// /// @todo eScreen_EPD_969_KS_0B not tested
// #define eScreen_EPD_969_KS_0B SCREEN(SIZE_969, FILM_K, DRIVER_B) ///< reference xE2969KS0Bx, not tested
// /// @todo eScreen_EPD_B98_KS_0B not tested
Expand Down

0 comments on commit 93e121b

Please sign in to comment.