Skip to content

Commit

Permalink
Release 8.0.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
rei-vilo committed Jun 13, 2024
1 parent 58cb7ad commit e342505
Show file tree
Hide file tree
Showing 22 changed files with 1,132 additions and 523 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// Define structures and classes

// Define variables and constants
Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_271_PS_09, boardRaspberryPiPico_RP2040);
// Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_271_KS_09, boardRaspberryPiPico_RP2040);
Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_271_PS_09_Fast, boardRaspberryPiPico_RP2040);
// Screen_EPD_EXT3_Fast myScreen(eScreen_EPD_271_PS_09_Wide, boardRaspberryPiPico_RP2040);

// Prototypes

Expand Down
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_Fast
version=8.0.1
version=8.0.3
author=Rei Vilo for Pervasive Displays
maintainer=Rei Vilo
sentence=Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board
Expand Down
Loading

0 comments on commit e342505

Please sign in to comment.