Skip to content

Commit abf12bf

Browse files
committed
Prepare for release
1 parent af3252f commit abf12bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/EPaper/EPD_WaveShare_7_5/EPD_WaveShare_75.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Demo for the buffered graphics library. Renders a 3D cube
5454
#define RST 2 // D4
5555
#define DC 5 // D1
5656
#define BUSY 4 // D2
57-
#else
57+
#else if defined(ESP32)
5858
#define CS 2
5959
#define RST 15
6060
#define DC 5

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mini Grafx",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"keywords": "embedded, graphics, tft, oled, e-paper",
55
"description": "A generic graphics library containing several drivers for TFT, OLED and e-paper displays",
66
"repository":

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Mini Grafx
2-
version=0.0.18
2+
version=0.0.19
33
author=Daniel Eichhorn
44
maintainer=Daniel Eichhorn <[email protected]>
55
sentence=Graphics Library for embedded devices with a framebuffer

0 commit comments

Comments
 (0)