You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ See in [lv_demo_benchmark](https://github.com/lvgl/lv_examples/tree/master/src/l
41
41
### Stress
42
42
A stress test for LVGL. It contains a lot of object creation, deletion, animations, style usage, and so on. It can be used if there is any memory corruption during heavy usage or any memory leaks.
43
43
See in [lv_demo_stress](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_stress) folder.
Copy file name to clipboardExpand all lines: demos/music/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The music player demo shows what kind of modern, smartphone-like user interfaces
17
17
- Zoom the album cover proportionality to the current bass value
18
18
- Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135°
19
19
- Add extra bars next to the "main bars" with a cosine shape. Add more bars for the lower bands.
20
-
- If the there is a large enough bass add a random offset to the position of the bars. E.g. start from 63° istead of 0°. (bars greater than 180° start again from 0°)
21
-
- If there no bass add 1 to the offset of the bars (it creates a "walking" effect)
20
+
- If there is a large enough bass, add a random offset to the position of the bars. E.g. start from 63° instead of 0°. (bars greater than 180° start again from 0°)
21
+
- If there is no bass, add 1 to the offset of the bars (it creates a "walking" effect)
0 commit comments