Skip to content

Commit

Permalink
Release 7.0.3
Browse files Browse the repository at this point in the history
Updated year
  • Loading branch information
rei-vilo committed Feb 9, 2024
1 parent f32ecb2 commit 885387d
Show file tree
Hide file tree
Showing 33 changed files with 39 additions and 35 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ Hardware

## Licence

**Copyright** © Rei Vilo, 2010-2023
**Copyright** © Rei Vilo, 2010-2024

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

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

**Portions** © Pervasive Displays, 2010-2024
2 changes: 1 addition & 1 deletion examples/Example_Fast_Line/Example_Fast_Line.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// @date 20 Mar 2023
/// @version 607
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// @see ReadMe.txt for references
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// @date 20 Mar 2023
/// @version 607
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// @see ReadMe.txt for references
Expand Down
2 changes: 1 addition & 1 deletion examples/Example_Fast_Speed/Example_Fast_Speed.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Nov 2023
/// @version 702
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// @see ReadMe.md for references
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// @date 21 Jan 2024
/// @version 704
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// @see ReadMe.txt for references
Expand All @@ -34,7 +34,7 @@


// Define variables and constants
Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_EXT3_266_0C_Fast, boardRaspberryPiPico_RP2040);
Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_EXT3_271_09_Fast, boardRaspberryPiPico_RP2040);
// Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_EXT3_271_09_Wide, boardRaspberryPiPico_RP2040);

// Prototypes
Expand All @@ -47,6 +47,9 @@ void check(int8_t temperatureC, uint8_t expectedMode)
const char * stringMode[] = { "NONE", "GLOBAL", "FAST", "PARTIAL" };
myScreen.setTemperatureC(temperatureC);
uint8_t recommendedMode = myScreen.checkTemperatureMode(expectedMode);
// Raspberry Pi SDK core for RP2040
// Serial.printf("Temperature= %+3i C - Mode: %8s -> %-8s", temperatureC, stringMode[expectedMode], stringMode[recommendedMode]);
// Arduino core for RP2040
Serial.print("Temperature= ");
Serial.print(temperatureC);
Serial.print(" C - Mode: ");
Expand Down Expand Up @@ -74,7 +77,6 @@ void performTest()
void setup()
{
Serial.begin(115200);
delay(5000);

Serial.println();
Serial.println("=== " __FILE__);
Expand Down
2 changes: 1 addition & 1 deletion src/PDLS_EXT3_Basic_Fast.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Dec 2023
/// @version 703
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/Screen_EPD_EXT3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Created by Rei Vilo, 28 Jun 2016
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
//
// Release 509: Added eScreen_EPD_EXT3_271_Fast
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 @@ -29,7 +29,7 @@
/// @date 21 Dec 2023
/// @version 703
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// The highView Library Suite is shared under the Creative Commons licence Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
Expand Down
2 changes: 1 addition & 1 deletion src/Terminal12x16e.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/Terminal16x24e.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/Terminal6x8e.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/Terminal8x12e.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Created by Rei Vilo, 16 Aug 2023
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence All rights reserved
//

Expand Down
2 changes: 1 addition & 1 deletion src/hV_Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @date 21 Aug 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Evaluation edition: for professionals or organisations, no commercial usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Colours565.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Created by Rei Vilo, 31 Dec 2013
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
//
// See hV_Colours565.h for references
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Colours565.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Sep 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///

Expand Down
2 changes: 1 addition & 1 deletion src/hV_Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Nov 2023
/// @version 702
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/// @date 21 Dec 2023
/// @version 703
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/// @date 21 Dec 2023
/// @version 703
///
/// @copyright © Rei Vilo, 2010-2023
/// @copyright © Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Font.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Font_Terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Created by Rei Vilo, 31 Dec 2013
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence All rights reserved
//
// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Font_Terminal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 02 Aug 2021
/// @version 507
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_HAL_Peripherals.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Sep 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// The highView Library Suite is shared under the Creative Commons licence Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
Expand Down
2 changes: 1 addition & 1 deletion src/hV_List_Boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// @date 21 Sep 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_List_Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Sep 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
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 @@ -20,7 +20,7 @@
/// @date 21 Nov 2023
/// @version 702
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_List_Screens.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// @date 21 Nov 2023
/// @version 702
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Basic edition: for hobbyists and for basic usage
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Screen_Buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Created by Rei Vilo, 28 Jun 2016
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
//
// See hV_Screen_Buffer.h for references
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Screen_Buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Sep 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// The highView Library Suite is shared under the Creative Commons licence Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Utilities_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Created by Rei Vilo, 01 Jun 2013
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
//
// See hV_Utilities_Common.h for references
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Utilities_Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// @date 21 Nov 2023
/// @version 702
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
///
/// The highView Library Suite is shared under the Creative Commons licence Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
Expand Down
2 changes: 1 addition & 1 deletion src/hV_Utilities_PDLS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Created by Rei Vilo, 16 Aug 2023
//
// Copyright (c) Rei Vilo, 2010-2023
// Copyright (c) Rei Vilo, 2010-2024
// Licence All rights reserved
//

Expand Down
2 changes: 1 addition & 1 deletion src/hV_Utilities_PDLS.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @date 21 Aug 2023
/// @version 700
///
/// @copyright (c) Rei Vilo, 2010-2023
/// @copyright (c) Rei Vilo, 2010-2024
/// @copyright All rights reserved
///
/// * Evaluation edition: for professionals or organisations, no commercial usage
Expand Down

0 comments on commit 885387d

Please sign in to comment.