mirror of
https://github.com/m5stack/M5Unified.git
synced 2026-05-20 10:36:24 -07:00
24 lines
656 B
JSON
24 lines
656 B
JSON
{
|
|
"name": "M5Unified",
|
|
"description": "Unified library for M5Stack series",
|
|
"keywords": "M5Unified,M5Stack,M5StackCore2,M5StackCoreInk,M5StickC,M5StickC-Plus,M5Paper,M5Tough,M5Station,M5ATOMS3,M5Tab5,UnitOLED,UnitLCD,UnitRCA,ATOMDisplay",
|
|
"authors": {
|
|
"name": "M5Stack, lovyan03",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unified.git"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "M5GFX",
|
|
"version": ">=0.2.21"
|
|
}
|
|
],
|
|
"version": "0.2.15",
|
|
"frameworks": ["arduino", "espidf", "*"],
|
|
"platforms": ["espressif32", "native"],
|
|
"headers": "M5Unified.h"
|
|
}
|