Searched refs:Source (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/ |
D | README.md | 35 - `src` Source files of the tests 41 - `unity` Source files of the test engine
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 38 As an example, assume a Source Directory top-level folder named poky and a 118 As an example, assume a Source Directory top-level folder name poky, a default
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 121 * - Source codes: https://github.com/lvgl/lvgl/tree/master/examples
|
/lvgl-latest/docs/details/integration/chip/ |
D | arm.rst | 46 …ns several examples and templates; however, ensure that only ``Arm-2D/Library/Source`` is compiled.
|
D | stm32.rst | 32 select **System Core** -> **SYS** and ensure that **Timebase Source** is
|
D | nxp.rst | 382 - Source image alignment: The byte alignment requirement for a pixel depends on
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | OFL.txt | 1 Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 84 * `blog <https://github.com/lvgl/blog>`__: Source of the `blog's site <https://blog.lvgl.io>`__ 85 * `sim <https://github.com/lvgl/sim>`__: Source of the `online simulator's site <https://sim.lvgl.i…
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 319 static void ClampColor(FLOATVECTOR4 Source, FLOATVECTOR4 Target, uint8_t Premultiplied); 2722 static void ClampColor(FLOATVECTOR4 Source, FLOATVECTOR4 Target, uint8_t Premultiplied) in ClampColor() argument 2726 Target[3] = CLAMP(Source[3], 0.0f, 1.0f); in ClampColor() 2732 Target[0] = CLAMP(Source[0], 0.0f, colorMax); in ClampColor() 2733 Target[1] = CLAMP(Source[1], 0.0f, colorMax); in ClampColor() 2734 Target[2] = CLAMP(Source[2], 0.0f, colorMax); in ClampColor()
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 56 #. Set High Speed Clock to "BYPASS Clock Source", and Low Speed Clock to "Crystal/Ceramic Resonator… 57 #. In the System Core category select SYS, and set Timebase Source to other than SysTick (in our ex…
|