first commit

This commit is contained in:
2025-10-19 22:55:56 +01:00
commit 829c1490d1
14 changed files with 645 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "eslabsCurses",
"version": "0.1.1",
"description": "Simple UI for creating interfaces with my ESP32-8048S043",
"keywords": "ESP32-8048S043, ESP32, curses",
"repository":
{
"type": "git",
"url": "https://github.com/ESilva15/eslabsCurses"
},
"authors":
[
{
"name": "Eduardo Silva",
"maintainer": true
}
],
"dependencies": {
"Adafruit_GFX_Library": "~1.11.3",
"Adafruit_BusIO": "1.16.1"
},
"frameworks": "*",
"platforms": "*"
}