feat: standalone LvScreenshot library v1.0.0

Promoted from DIYStickyNotes/lib/LvScreenshot (byte-identical src) into a
reusable Gitea library. Adds LICENSE, .gitignore, library.properties,
keywords.txt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-15 14:56:14 +02:00
co-authored by Claude Opus 4.8
commit 80039764fa
11 changed files with 414 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "LvScreenshot",
"version": "1.0.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" }
}