Tactiliest/libs/lv_screenshot
Ken Van Hoeylandt 473fb673bd
Update to LVGL 9.0.0 (#47)
- Updated LVGL from 8.3 to 9.0 (removed example/docs/demo folders)
- Updated esp_lvgl_port  to current status of the `lvgl9` branch on `esp-bsp`: https://github.com/espressif/esp-bsp/tree/lvgl9
- Updated all boards and drivers
- Removed `libs/lv_drivers` subproject as SDL is now supported by LVGL directly (although keyboard input seems broken)
- Updated `libs/lv_screenshot`
- Fixed the way `tt_statusbar` widget works due to behaviour change in LVGL
- Updated other lvgl code
2024-02-18 17:40:02 +01:00
..
2024-02-11 22:40:53 +01:00
2024-02-18 17:40:02 +01:00
2024-02-11 22:40:53 +01:00
2024-02-11 22:40:53 +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...