We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc7508 commit c8409c6Copy full SHA for c8409c6
library.json
@@ -10,7 +10,7 @@
10
"type": "git",
11
"url": "https://github.com/m5stack/M5GFX.git"
12
},
13
- "version": "0.0.16",
+ "version": "0.0.17",
14
"frameworks": "arduino",
15
"platforms": "espressif32",
16
"headers": "M5GFX.h"
library.properties
@@ -1,5 +1,5 @@
1
name=M5GFX
2
-version=0.0.16
+version=0.0.17
3
author=M5Stack
4
maintainer=M5Stack
5
sentence=Library for M5Stack All Display
src/lgfx/v1/gitTagVersion.h
@@ -1,4 +1,4 @@
#define LGFX_VERSION_MAJOR 1
#define LGFX_VERSION_MINOR 0
-#define LGFX_VERSION_PATCH 11
+#define LGFX_VERSION_PATCH 12
#define LOVYANGFX_VERSION F( LGFX_VERSION_MAJOR "." LGFX_VERSION_MINOR "." LGFX_VERSION_PATCH )
0 commit comments