Skip to content

Commit a8f3d51

Browse files
committed
Updated to v1.3.0
1 parent e50edc4 commit a8f3d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ I'm fascinated by displays of all types, especially eink. I already wrote a libr
1010
Since writing several display libraries (OneBitDisplay, bb_spi_lcd, bb_epaper), I've used all of my experience with graphics and C++ APIs to create a clean design from the start. Libraries often grow in random ways over time as new features are bolted on and design problems are covered up with hacks. In this case, FastEPD has a better design from the begining and will be easier to maintain and understand. Some of the unique features are compressed fonts and graphics, more flexibility in display updates and a simple API which includes pre-configured setups for popular hardware.
1111

1212
<b> What devices are currently supported?</b><br>
13-
At the moment, FastEPD supports the EPDiy V7 PCB, M5Stack PaperS3, Inkplate6PLUS and the Inkplate5V2. With the EPDiy V7 PCB, various panels have been tested working: (list of panels)<br>
13+
At the moment, FastEPD supports the EPDiy V7 PCB, M5Stack PaperS3, LilyGo T5 S3 4.7 Pro, Inkplate 6PLUS and the Inkplate 5 gen 2. With the EPDiy V7 PCB, various 8 and 16-bit panels have been tested.<br>
1414
<br>
1515
Please read the Wiki for API details.
1616

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastEPD
2-
version=1.2.0
2+
version=1.3.0
33
author=Larry Bank
44
maintainer=Larry Bank
55
sentence=A frustration-free e-paper library for parallel eink panels.

0 commit comments

Comments
 (0)