Lines Matching full:code
45 .. code-block:: shell
49 After you chose a board you can build one of the LVGL demos for it. Here we are using the :code:`na…
52 .. code-block:: shell
58 .. code-block:: shell
64 .. code-block:: shell
78 :code:`CONFIG_SHELL` and :code:`CONFIG_LV_Z_SHELL` (the demos from above have it enabled by default…
82 .. code-block:: shell
93 .. code-block:: shell
111 Essentially those buffer the :code:`input_event` generated by the device pointed to by the :code:`i…
113 they are created at application start up before :code:`main()` is executed.
117 .. code-block::
124 You can access the underlying lvgl :code:`lv_indev_t` for configuration.
125 Example with the encoder device to assign a :code:`lv_group_t`:
127 .. code-block:: c
149 .. code-block::