mirror of
https://github.com/usetrmnl/bb_epaper.git
synced 2026-04-29 13:43:26 -07:00
new release
This commit is contained in:
@@ -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>
|
||||

|
||||
<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>
|
||||

|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user