Files
2026-07-15 16:50:09 +02:00

12 lines
438 B
JSON

{
"name": "LvScreenshot",
"version": "1.1.0",
"description": "Board-independent LVGL 9 screen capture (lv_snapshot_take -> tight RGB565) plus an optional AsyncWebServer /screenshot endpoint and a PC tool that saves a PNG.",
"keywords": "lvgl, screenshot, snapshot, capture, png, esp32",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "LvScreenshot.hpp",
"license": "MIT",
"build": { "srcDir": "src" }
}