Ken Van Hoeylandt 88b3bfbe3e
Logging improvements and C++23 (#206)
- Improved logging code by splitting functionality up into different files
- Set C++23 as new standard (it was already the implied standard due to some code, but now it's explicit)
2025-02-06 22:55:51 +01:00
..
2024-11-22 20:26:08 +01:00
2024-11-22 20:26:08 +01:00

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...