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