Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Sep 20, 2023
1 parent 8aea4a6 commit 2623470
Show file tree
Hide file tree
Showing 23 changed files with 1,690 additions and 1,079 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///
/// @file BWRY_Contrast.ino
/// @file BWRY_Contrasts.ino
/// @brief Example of features for basic edition
///
/// @details Project Pervasive Displays Library Suite
Expand Down Expand Up @@ -58,10 +58,11 @@ void wait(uint8_t second)

// Functions
#if (DISPLAY_CONTRASTS_BWRY == 1)

///
/// @brief Palette test screen
///
void displayContrastBWRY()
void displayContrastsBWRY()
{
const uint8_t grid = 4; // 4 or 5
const uint16_t colours[4] = {myColours.black, myColours.white, myColours.red, myColours.yellow};
Expand Down Expand Up @@ -93,6 +94,7 @@ void displayContrastBWRY()

myScreen.flush();
}

#endif // DISPLAY_CONTRASTS_BWRY

// Add setup code
Expand All @@ -116,7 +118,7 @@ void setup()

Serial.print("DISPLAY_CONTRASTS_BWRY... ");
myScreen.clear();
displayContrastBWRY();
displayContrastsBWRY();
wait(8);

#endif // DISPLAY_CONTRASTS_BWRY
Expand Down
Binary file modified img/BWRY_Contrasts.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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=6.1.4
version=7.0.0
author=Rei Vilo for Pervasive Displays
maintainer=Rei Vilo
sentence=Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board
Expand Down
Loading

0 comments on commit 2623470

Please sign in to comment.