Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Nov 8, 2024
1 parent 828a803 commit a5c75ee
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
3 changes: 1 addition & 2 deletions src/hV_Board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ void hV_Board::b_resume()
pinMode(b_pin.cardCS, INPUT);
}

// EXT4 GPIOs
#if (USE_EXT_BOARD == BOARD_EXT4)
#if (USE_EXT_BOARD == BOARD_EXT4) // EXT4 GPIOs

if (b_pin.button != NOT_CONNECTED) // generic
{
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// Objects
//
///
/// @brief Class for Pervasive Displays EXT extension boards
/// @brief Class for Pervasive Displays EXT3, EXT3.1 and EXT3-Touch, EXT4 boards
/// @details Functions for EXT extension boards
/// * GPIO
/// * SPI for LCD and external Flash and SRAM memory
Expand Down
1 change: 1 addition & 0 deletions src/hV_Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "hV_List_Options.h"
#include "hV_List_Boards.h"
#include "hV_List_Screens.h"
// #include "hV_List_Screens_Legacy.h"

#include "hV_Documentation.h"

Expand Down
10 changes: 5 additions & 5 deletions src/hV_Documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
///
/// 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),
Expand All @@ -33,8 +33,8 @@
///
/// 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; and
/// * [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,
/// * [E-paper Pervasive Displays Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com/product/epdk-matter/#tab-3), which includes an Arduino Nano Matter, an EXT4 board and a 2.90" high-definition monochrome panel with wide temperature and embedded fast update.
///
/// @b Documentation
Expand All @@ -51,10 +51,10 @@
/// @date 21 Nov 2024
/// @version 810
///
/// @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
6 changes: 3 additions & 3 deletions src/hV_List_Boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/// * 2.3 Deprecated boards
///
/// @author Rei Vilo
/// @date 21 Sep 2024
/// @version 806
/// @date 21 Nov 2024
/// @version 810
///
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
Expand Down Expand Up @@ -48,7 +48,7 @@
///
/// @brief Release
///
#define hV_LIST_BOARDS_RELEASE 806
#define hV_LIST_BOARDS_RELEASE 810

///
/// @brief Not connected pin
Expand Down
4 changes: 2 additions & 2 deletions src/hV_List_Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/// * 13. Select EXT board
///
/// @author Rei Vilo
/// @date 21 Aug 2024
/// @version 805
/// @date 21 Nov 2024
/// @version 810
///
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
Expand Down
1 change: 1 addition & 0 deletions src/hV_Utilities_PDLS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// Release 803: Added types for string and frame-buffer
// Release 804: Improved power management
// Release 805: Improved stability
// Release 806: New library for Wide temperature only
// Release 810: Added support for EXT4 and EPDK-Matter
//

Expand Down
2 changes: 1 addition & 1 deletion src/hV_Utilities_PDLS.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///
/// @file hV_Utilities_PDLS.h
/// @brief Driver for Pervasive Displays EXT3, EXT3-1, EXT3-Touch and EXT4 boards
/// @brief Driver for Pervasive Displays EXT3, EXT3.1, EXT3-Touch and EXT4 boards
///
/// @details Project Pervasive Displays Library Suite
/// @n Based on highView technology
Expand Down

0 comments on commit a5c75ee

Please sign in to comment.