62d30e8b7b
* Revert "Update ESP LCD Touch dependencies (#63)" This reverts commitcbd0355cec. * Revert "Updated board configs for LVGL changes (#62)" This reverts commit52d769854f. * Revert "Various updates (#60)" This reverts commita8a664703b.
lv_screenshot
This library is adapted from the lv_100ask_screenshot library from 100ask on GitHub.
The original license is available here.
Features
- Save LVGL screen objects (full screen) as image files: lv_scr_act(),layer_sys(),layer_top()
- Capture and save the specified LVGL object and its children as an image file
- Supported save as: BMP, PNG, JPG
- more todo...