Lines Matching +full:- +full:- +full:modules
1 .. zephyr:code-sample:: lvgl-demos
3 :relevant-api: display_interface
5 Run LVGL built-in demos.
13 …The music player demo shows what kind of modern, smartphone-like user interfaces can be created on…
19 Shows how the widgets look like out of the box using the built-in material theme.
37 … mouse, or touch screen capable display, compatible with :dtcompatible:`zephyr,lvgl-pointer-input`.
39 …ephyr,lvgl-keypad-input`), rotary encoders (:dtcompatible:`zephyr,lvgl-encoder-input`) and hardwar…
46 .. zephyr-app-commands::
47 :zephyr-app: samples/modules/lvgl/demos
53 .. zephyr-app-commands::
54 :zephyr-app: samples/modules/lvgl/demos
55 :host-os: unix
57 :gen-args: -DCONFIG_LV_Z_DEMO_MUSIC=y
61 .. zephyr-app-commands::
62 :zephyr-app: samples/modules/lvgl/demos
63 :host-os: unix
65 :gen-args: -DCONFIG_LV_Z_DEMO_BENCHMARK=y
69 .. zephyr-app-commands::
70 :zephyr-app: samples/modules/lvgl/demos
71 :host-os: unix
73 :gen-args: -DCONFIG_LV_Z_DEMO_STRESS=y
77 .. zephyr-app-commands::
78 :zephyr-app: samples/modules/lvgl/demos
79 :host-os: unix
81 :gen-args: -DCONFIG_LV_Z_DEMO_WIDGETS=y
85 .. zephyr-app-commands::
86 :zephyr-app: samples/modules/lvgl/demos
87 :host-os: unix
89 :gen-args: -DCONFIG_LV_Z_DEMO_FLEX_LAYOUT=y
93 .. zephyr-app-commands::
94 :zephyr-app: samples/modules/lvgl/demos
95 :host-os: unix
97 :gen-args: -DCONFIG_LV_Z_DEMO_KEYPAD_AND_ENCODER=y
101 .. zephyr-app-commands::
102 :zephyr-app: samples/modules/lvgl/demos
103 :host-os: unix
105 :gen-args: -DCONFIG_LV_Z_DEMO_RENDER=y
109 .. zephyr-app-commands::
110 :zephyr-app: samples/modules/lvgl/demos
111 :host-os: unix
113 :gen-args: -DCONFIG_LV_Z_DEMO_SCROLL=y
117 .. zephyr-app-commands::
118 :zephyr-app: samples/modules/lvgl/demos
119 :host-os: unix
121 :gen-args: -DCONFIG_LV_Z_DEMO_MULTILANG=y
125 Alternatively, if building from a 64-bit host machine, the previous target
131 .. target-notes::
133 .. _LVGL demos Readme: https://github.com/zephyrproject-rtos/lvgl/blob/zephyr/demos/README.md