Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jan 25, 2018
1 parent af3252f commit abf12bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/EPaper/EPD_WaveShare_7_5/EPD_WaveShare_75.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Demo for the buffered graphics library. Renders a 3D cube
#define RST 2 // D4
#define DC 5 // D1
#define BUSY 4 // D2
#else
#else if defined(ESP32)
#define CS 2
#define RST 15
#define DC 5
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mini Grafx",
"version": "0.0.18",
"version": "0.0.19",
"keywords": "embedded, graphics, tft, oled, e-paper",
"description": "A generic graphics library containing several drivers for TFT, OLED and e-paper displays",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Mini Grafx
version=0.0.18
version=0.0.19
author=Daniel Eichhorn
maintainer=Daniel Eichhorn <[email protected]>
sentence=Graphics Library for embedded devices with a framebuffer
Expand Down

0 comments on commit abf12bf

Please sign in to comment.