new release

This commit is contained in:
Laurence Bank
2024-11-11 13:18:14 +00:00
parent f4c73e5f6e
commit f70b3de13f
3 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.<br>
<br>
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.
<br>
![bb_epaper](/epd_panel_tester.jpg?raw=true "panel tester")
<br>
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).
<br>
![bb_epaper](/bb_epaper_demo.jpg?raw=true "bb_epaper")
Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

+1 -1
View File
@@ -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.