Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/
DREADME.md35 - `src` Source files of the tests
41 - `unity` Source files of the test engine
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst38 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/
DLVGL_Arduino.ino121 * - Source codes: https://github.com/lvgl/lvgl/tree/master/examples
/lvgl-latest/docs/details/integration/chip/
Darm.rst46 …ns several examples and templates; however, ensure that only ``Arm-2D/Library/Source`` is compiled.
Dstm32.rst32 select **System Core** -> **SYS** and ensure that **Timebase Source** is
Dnxp.rst382 - Source image alignment: The byte alignment requirement for a pixel depends on
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt1 Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'
/lvgl-latest/docs/intro/
Dintroduction.rst84 * `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/
Dvg_lite_tvg.cpp319 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/
Dlcd_stm32_guide.rst56 #. 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…