diff --git a/README.md b/README.md index ccdc7a9..fa8bb94 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ The current code supports 1-bit black and white epaper displays as well as the B See WiKi and example code for how to use the library.

+A unique feature of the library is that you can set the panel type at run-time. I created a testing tool which makes use of this feature (photo below). It allows you to run diagnostic tests on any of the supported panels and hot-swap them without restarting. +
+![bb_epaper](/epd_panel_tester.jpg?raw=true "panel tester") +
In the photo below, the custom font and ellipse were drawn without using a local copy of the frame buffer (aka bufferless). bb_epaper offers some unique features like these when working on very constrained devices (insufficient RAM to hold a copy of the graphics).
![bb_epaper](/bb_epaper_demo.jpg?raw=true "bb_epaper") diff --git a/epd_panel_tester.jpg b/epd_panel_tester.jpg new file mode 100644 index 0000000..06b4385 Binary files /dev/null and b/epd_panel_tester.jpg differ diff --git a/library.properties b/library.properties index 66e9a15..9a6936a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=bb_epaper -version=1.0.2 +version=1.1.0 author=Larry Bank maintainer=Larry Bank sentence=A frustration-free e-paper library.