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
Update the sample to show upstream demos to v9.3. The samples for flex
layout, scrolling and multilanguage have been removed upstream, so also
remove their respective LV_Z_* entry.
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
Copy file name to clipboardExpand all lines: samples/modules/lvgl/demos/README.rst
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,10 @@ A sample showcasing upstream LVGL demos.
17
17
A stress test for LVGL. It 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.
18
18
* Widgets
19
19
Shows how the widgets look like out of the box using the built-in material theme.
20
-
* Flex Layout
21
-
Showcases the use of the flex layout.
22
20
* Keypad and Encoder
23
21
Shows how to control widget with a keypad and hardware encoder.
24
22
* Render
25
23
Collection of multiple rendering tests.
26
-
* Scroll
27
-
Shows the scroll behaviour of a panel with a large list.
28
-
* Multilang
29
-
Shows a UI with multilanguage options, supporting unicode characters.
30
24
31
25
More details can be found in `LVGL demos Readme`_.
32
26
@@ -82,14 +76,6 @@ These demos can be built for simulated display environment as follows:
82
76
:goals: run
83
77
:compact:
84
78
85
-
.. zephyr-app-commands::
86
-
:zephyr-app: samples/modules/lvgl/demos
87
-
:host-os: unix
88
-
:board: native_sim
89
-
:gen-args: -DCONFIG_LV_Z_DEMO_FLEX_LAYOUT=y
90
-
:goals: run
91
-
:compact:
92
-
93
79
.. zephyr-app-commands::
94
80
:zephyr-app: samples/modules/lvgl/demos
95
81
:host-os: unix
@@ -106,22 +92,6 @@ These demos can be built for simulated display environment as follows:
106
92
:goals: run
107
93
:compact:
108
94
109
-
.. zephyr-app-commands::
110
-
:zephyr-app: samples/modules/lvgl/demos
111
-
:host-os: unix
112
-
:board: native_sim
113
-
:gen-args: -DCONFIG_LV_Z_DEMO_SCROLL=y
114
-
:goals: run
115
-
:compact:
116
-
117
-
.. zephyr-app-commands::
118
-
:zephyr-app: samples/modules/lvgl/demos
119
-
:host-os: unix
120
-
:board: native_sim
121
-
:gen-args: -DCONFIG_LV_Z_DEMO_MULTILANG=y
122
-
:goals: run
123
-
:compact:
124
-
125
95
Alternatively, if building from a 64-bit host machine, the previous target
126
96
board argument may also be replaced by ``native_sim/native/64``.
0 commit comments