Skip to content

Commit b1a0e54

Browse files
authored
Merge pull request #131 from m5stack/develop
0.2.7
2 parents b2422cd + 9db3efa commit b1a0e54

38 files changed

+3063
-515
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ file(GLOB SRCS
1717
set(COMPONENT_SRCS ${SRCS})
1818

1919
if (IDF_VERSION_MAJOR GREATER_EQUAL 5)
20-
set(COMPONENT_REQUIRES nvs_flash efuse driver esp_timer)
20+
set(COMPONENT_REQUIRES nvs_flash efuse driver esp_timer esp_lcd)
2121
elseif ((IDF_VERSION_MAJOR EQUAL 4) AND (IDF_VERSION_MINOR GREATER 3) OR IDF_VERSION_MAJOR GREATER 4)
2222
set(COMPONENT_REQUIRES nvs_flash efuse esp_lcd)
2323
else()

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ Supported device
1818
- M5Stick C Plus
1919
- M5Stick C Plus2
2020
- M5Paper
21-
- [M5PaperS3 (need EPDiy library) ](docs/M5PaperS3.md)
21+
- M5PaperS3
2222
- M5Tough
2323
- M5Station
2424
- M5ATOMS3 / ATOMS3R
2525
- M5Dial
2626
- M5DinMeter
2727
- M5Cardputer
2828
- M5VAMeter
29+
- M5Tab5
2930
- UnitOLED
3031
- UnitMiniOLED
3132
- UnitLCD

docs/M5PaperS3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<img src="./M5PaperS3.jpg">
44

5+
6+
# The following explanation is for v0.2.6 and earlier. EPDiy is no longer used from v0.2.7.
7+
8+
# 以下の説明は v0.2.6以前のものです。 v0.2.7より EPDiy を使用しなくなりました。
9+
510
### Notes.
611
- You need to manually install another library called [EPDiy](https://github.com/vroland/epdiy/).
712
- As of December 2024, the latest version of EPDiy is not registered in the library manager, so please obtain it from github.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/M5GFX.git"
1212
},
13-
"version": "0.2.6",
13+
"version": "0.2.7",
1414
"frameworks": ["arduino", "espidf", "*"],
1515
"platforms": ["espressif32", "native"],
1616
"headers": "M5GFX.h"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5GFX
2-
version=0.2.6
2+
version=0.2.7
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack All Display

0 commit comments

Comments
 (0)