Skip to content

Commit a8c50f8

Browse files
committed
Release 8.2.0
1 parent d2a673a commit a8c50f8

File tree

3 files changed

+34
-26
lines changed

3 files changed

+34
-26
lines changed

LICENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
22

3-
This is a human-readable summary of (and not a substitute for) the [license](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
3+
This is a human-readable summary of (and not a substitute for) the [license](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
44

55
## You are free to:
66

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,15 @@ Hardware
160160

161161
## Licence
162162

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

165165
*For exclusive use with Pervasive Displays screens*
166166

167+
**Portions** © Pervasive Displays, Silicon Laboratories Inc., Arduino, 2010-2025
168+
167169
**Licence** [Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](./LICENCE.md)
168170

169171
![](img/by-sa.svg)
170172

171-
**Portions** © Pervasive Displays, Silicon Laboratories Inc., Arduino, 2010-2025
173+
**Copyright** © Rei Vilo, 2010-2025
172174

src/hV_Documentation.h

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
///
88
/// @mainpage Pervasive Displays Library Suite - Basic edition for EXT4 and EPDK-Matter
99
///
10-
/// @details The Pervasive Displays Library Suite is specifically designed for the [Pervasive Displays](https://www.pervasivedisplays.com/) e-paper screens and EXT3 extension board.
10+
/// @details The Pervasive Displays Library Suite is specifically designed for the [Pervasive Displays](https://www.pervasivedisplays.com/) e-paper screens and EXT4 extension board.
1111
///
1212
/// @image html Logo-PDI-text-320.jpeg
1313
/// @image latex Logo-PDI-text-320.pdf width=10cm
@@ -63,10 +63,12 @@
6363
/// @date 21 Feb 2025
6464
/// @version 820
6565
///
66+
/// @copyright © Pervasive Displays Inc., 2021-2025, under licence by Rei Vilo
67+
/// @copyright All rights reserved
68+
/// @copyright *For exclusive use with Pervasive Displays screens*
69+
/// @n
6670
/// @copyright © Rei Vilo, 2010-2025
6771
/// @copyright All rights reserved
68-
/// @copyright For exclusive use with Pervasive Displays screens
69-
/// @copyright Portions © Pervasive Displays, 2010-2025
7072
///
7173
/// * Basic edition: for hobbyists and for basic usage
7274
/// @n Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
@@ -94,49 +96,53 @@
9496
///
9597
/// Examples are under the examples folders.
9698
///
97-
/// * Common
98-
/// * Common_Colours.ino
99+
/// **Common**
100+
///
101+
/// * Common_Colours.ino
99102
/// @image html T2_PALET.jpg
100103
/// @image latex T2_PALET.jpg width=8cm
101-
/// * Common_Fonts.ino
104+
/// * Common_Fonts.ino
102105
/// @image html T2_FONTS.jpg
103106
/// @image latex T2_FONTS.jpg width=8cm
104-
/// * Common_Orientation.ino
107+
/// * Common_Orientation.ino
105108
/// @image html T2_ORIEN.jpg
106109
/// @image latex T2_ORIEN.jpg width=8cm
107-
/// * Common_Forms.ino
110+
/// * Common_Forms.ino
108111
/// @image html T2_FORMS.jpg
109112
/// @image latex T2_FORMS.jpg width=8cm
110-
/// * Common_Text.ino
113+
/// * Common_Text.ino
111114
/// @image html T2_CHARA.jpg
112115
/// @image latex T2_CHARA.jpg width=8cm
113-
/// * Common_WhoAmI.ino
116+
/// * Common_WhoAmI.ino
114117
/// @image html T2_WHOAMI.jpg
115118
/// @image latex T2_WHOAMI.jpg width=8cm
116119
///
117-
/// * Fast update
118-
/// * Fast_Line.ino
119-
/// * Fast_Orientation.ino
120-
/// * Fast_Speed.ino
120+
/// **Fast update**
121+
///
122+
/// * Fast_Line.ino
123+
/// * Fast_Orientation.ino
124+
/// * Fast_Speed.ino
121125
/// @image html Fast.png
122126
/// @image latex Fast.png width=8cm
123127
///
124-
/// * EXT4
125-
/// * EXT4_Accelerometer.ino
126-
/// * EXT4_Weather.ino
128+
/// **EXT4**
129+
///
130+
/// * EXT4_Accelerometer.ino
131+
/// * EXT4_Weather.ino
127132
/// @image html EXT4_3.png
128133
/// @image latex EXT4_3.png width=8cm
129-
/// * EXT4_WhoAmI.ino
130-
/// * EXT4_WS2813C.ino
131-
/// * EXT4_LargeFont.ino
134+
/// * EXT4_WhoAmI.ino
135+
/// * EXT4_WS2813C.ino
136+
/// * EXT4_LargeFont.ino
132137
/// @image html EXT4_7.png
133138
/// @image latex EXT4_7.png width=8cm
134139
///
135-
/// * EXT4_Matter
136-
/// * EXT4_Matter_RGB.ino
140+
/// **EXT4_Matter**
141+
///
142+
/// * EXT4_Matter_RGB.ino
137143
/// @image html EXT4_4.png
138144
/// @image latex EXT4_4.png width=8cm
139-
/// * EXT4_Matter_Weather.ino
145+
/// * EXT4_Matter_Weather.ino
140146
/// @image html EXT4_3.png
141147
/// @image latex EXT4_3.png width=8cm
142148
///

0 commit comments

Comments
 (0)