Ken Van Hoeylandt 42e843b463
C++ conversions (#111)
* Remove version from artifact name
* Target C++ 20 and higher
* Use cpp string
* Better crash implementation
* String utils in cpp style
* Replace parameter methods with start() method
* MutexType to Mutex::Type
* Kernel c to cpp style
* Cleanup event flag
* More cpp conversions
* Test fixes
* Updated ideas docs
2024-12-07 12:24:28 +01:00
..
2024-11-22 20:26:08 +01:00
2024-11-22 20:26:08 +01:00
2024-12-07 12:24:28 +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...