• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD03-Aug-2024544 149

lv_demo_stress.cD03-Aug-202416.4 KiB475357

lv_demo_stress.hD03-Aug-2024661 4413

screenshot1.gifD03-Aug-2024379.2 KiB

screenshot1.pngD03-Aug-202429.3 KiB

README.md

1# Stress demo
2
3## Overview
4
5A stress test for LVGL.
6It contains a lot of object creation, deletion, animations, styles usage, and so on. It can be used if there is any memory corruption during heavy usage or any memory leaks.
7
8![Stress demo with LVGL embedded GUI library](screenshot1.gif)
9
10## Run the demo
11- In `lv_conf.h` or equivalent places set `LV_USE_DEMO_STRESS 1`
12- In `lv_conf.h` enable all the widgets (`LV_USE_BTN 1`) and the animations (`LV_USE_ANIMATION 1`)
13- After `lv_init()` and initializing the drivers call `lv_demo_stress()`
14