Skip to content

Commit 26030e7

Browse files
committed
Increased buffer size
1 parent 58839b4 commit 26030e7

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ Hardware
8484

8585
## Licence
8686

87-
**Copyright** © Rei Vilo, 2010-2025
87+
**Copyright** © Pervasive Displays Inc., 2021-2025, under licence by Rei Vilo
8888

8989
*For exclusive use with Pervasive Displays screens*
9090

9191
**Licence** [Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](./LICENCE.md)
9292

9393
![](img/by-sa.svg)
9494

95+
**Copyright** © Rei Vilo, 2010-2025
96+

examples/EXT4/EXT4_ScreenSizes/EXT4_ScreenSizes.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void displayWhoAmI()
109109
myScreen.selectFont(fontSmall);
110110

111111
#if (STRING_MODE == USE_STRING_OBJECT)
112-
112+
113113
String text = myScreen.screenNumber();
114114
x = myScreen.screenSizeX() - myScreen.stringSizeX(text) - 4;
115115
y = myScreen.screenSizeY() - myScreen.characterSizeY() - 4;

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=PDLS_Basic
2-
version=9.0.6
3-
author=Rei Vilo for Pervasive Displays
2+
version=9.0.7
3+
author=Rei Vilo
44
maintainer=Rei Vilo
55
sentence=Library for Pervasive Displays iTC screens, extension boards and development kits
66
paragraph=Graphics and text primitives, normal and fast update

src/hV_Documentation.h

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,15 @@
5959
/// Additionally, the **[Pervasive Displays Technical Wiki](https://docs.pervasivedisplays.com/)** provides a gradual introduction to the e-paper technology and how to use it.
6060
///
6161
/// @author Rei Vilo
62-
/// @date 21 Feb 2025
63-
/// @version 906
62+
/// @date 21 Mar 2025
63+
/// @version 907
6464
///
65+
/// @copyright © Pervasive Displays Inc., 2021-2025, under licence by Rei Vilo
66+
/// @copyright All rights reserved
67+
/// @copyright *For exclusive use with Pervasive Displays screens*
68+
/// @n
6569
/// @copyright © Rei Vilo, 2010-2025
6670
/// @copyright All rights reserved
67-
/// @copyright For exclusive use with Pervasive Displays screens
6871
///
6972
/// * Basic edition: for hobbyists and for basic usage
7073
/// @n Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
@@ -92,17 +95,17 @@
9295
///
9396
/// Release 9 inaugurates a new structure based on drivers developed by Pervasive Displays.
9497
///
95-
/// @warning The following libraries are legacy and remain available.
98+
/// @warning The following libraries are legacy and remain available.
9699
/// * `PDLS_EXT3_Advanced_Global`
97-
/// * `PDLS_EXT3_Advanced_Fast`, and
100+
/// * `PDLS_EXT3_Advanced_Fast`, and
98101
/// * `PDLS_EXT4_Advanced_Matter`.
99-
///
102+
///
100103
/// @deprecated The following libraries and deprecated and replaced by `PDLS_Advanced` with a driver (9.0.0).
101-
/// * `PDLS_EXT4_Advanced_BWRY` is replaced by `PDLS_Advanced` with the driver `Pervasive_BWRY_Small`,
104+
/// * `PDLS_EXT4_Advanced_BWRY` is replaced by `PDLS_Advanced` with the driver `Pervasive_BWRY_Small`,
102105
/// * `PDLS_EXT4_Advanced_Wide` is replaced by `PDLS_Advanced` with the drivers `Pervasive_Wide_Small` or `Pervasive_Wide_Medium`, and
103106
/// * `PDLS_EXT4_Advanced_Touch` is replaced by `PDLS_Advanced` with the driver `Pervasive_Touch_Small`.
104-
///
105-
/// @note The technical note [Migrate from release 8 to release 9](https://pdls.pervasivedisplays.com/userguide/Volume5/Chapter1/Part6/Section22/) provides more information.
107+
///
108+
/// @note The technical note [Migrate from release 8 to release 9](https://pdls.pervasivedisplays.com/userguide/Volume5/Chapter1/Part6/Section22/) provides more information.
106109
///
107110
/// The drivers are available at the [Pervasive Displays](https://github.com/PervasiveDisplays) GitHub repository.
108111
///

0 commit comments

Comments
 (0)