Searched refs:includes (Results 1 – 25 of 27) sorted by relevance
12
/lvgl-latest/ |
D | library.properties | 10 includes=lvgl.h key
|
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 32 includes: [], 218 def find_mocks(includes) argument 220 includes.each do |include_path| 491 options = { includes: [] }
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | quick_setup.rst | 4 A Git repository is available that includes everything needed to test the
|
D | image_generation.rst | 135 the ``build`` folder, where the build process takes place. It includes files 143 system rather than the target system. This includes tools and utilities that 162 target system. This includes the root filesystem and any additional files that
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 102 …the file name depends on the processor variation). Add 'lv_tick.h' to the Private includes section: 106 /* Private includes ----------------------------------------------------------*/ 127 #. Save the file, then open Core/Src/main.c. Add the following lines to the Private includes (if yo… 131 /* Private includes ----------------------------------------------------------*/
|
D | gen_mipi.rst | 16 includes a number of other, legacy interfaces, like SPI serial, or i8080-compatible parallel interf…
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 8 …sses that need to provide events from commonly used input devices. That includes mice, keyboards, …
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 116 …Renesas' Flexible Software Package (FSP) includes BSP and HAL layer support extended with multiple… 177 …Renesas' Smart Configurator (SMC) includes BSP and HAL layer support extended with multiple RTOS v…
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 10 /*To use the built-in examples and demos of LVGL uncomment the includes below respectively.
|
/lvgl-latest/docs/details/main-components/ |
D | color.rst | 63 LVGL includes `Material Design's palette <https://vuetifyjs.com/en/styles/colors/#material-colors>`…
|
D | animation.rst | 32 …kes it easy to use most of the LVGL *set* functions directly or via a trivial wrapper. It includes:
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 9 provided font-management functions includes:
|
/lvgl-latest/env_support/cmake/ |
D | custom.cmake | 12 # If set parent path LV_CONF_DIR is added to includes
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 66 The top-level `qnx` directory includes a recursive make file for building LVGL,
|
D | zephyr.rst | 77 Zephyr includes a powerful shell implementation that can be enabled with the Kconfig symbols
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 180 This includes: 184 * Linux with frame buffer device such as /dev/fb0. This includes Single-board computers like the Ra…
|
/lvgl-latest/docs/details/widgets/ |
D | buttonmatrix.rst | 59 The number of buttons neither includes the newline elements nor the terminating
|
D | scale.rst | 121 Some labels of the Scale might be drawn upside down (to match the tick) if the Scale includes a cer…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 81 information includes the location from which to download the unaltered
|
D | lvgl_recipe.rst | 407 require: This line includes another configuration file, ``lv-conf.inc``, 565 This includes the necessary tools, libraries, and headers to build
|
/lvgl-latest/docs/details/integration/renderers/ |
D | vg_lite.rst | 53 …Gradient drawing includes linear gradients and radial gradients. Using a cache can effectively red…
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 339 - in the ``.c`` file: the ``#include`` that includes the header with the closest 344 which, itself includes ``lv_conf.h``. See examples at
|
D | doc_builder.py | 1299 def get_includes(name1, name2, obj, includes): argument 1318 includes.add((header_file, html_files[header_file]))
|
D | CHANGELOG.rst | 445 - **chore(lvgl_private): remove unnecessary private header file includes** `6418 <https://github.co… 483 - **chore(cache): adjust includes** `5921 <https://github.com/lvgl/lvgl/pull/5921>`__ 484 - **refacter(conf): use defines for standard includes** `5767 <https://github.com/lvgl/lvgl/pull/57…
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 67 called while another LVGL call is in progress in another thread. This includes calls
|
12