Searched refs:two (Results 1 – 25 of 48) sorted by relevance
12
/lvgl-latest/docs/details/integration/driver/display/ |
D | ili9341.rst | 15 …nd implements the display flush callback. The user needs to implement only two platform-specific f… 35 You need to implement two platform-dependent functions:
|
D | st7735.rst | 17 …nd implements the display flush callback. The user needs to implement only two platform-specific f… 37 You need to implement two platform-dependent functions:
|
D | st7789.rst | 16 …nd implements the display flush callback. The user needs to implement only two platform-specific f… 36 You need to implement two platform-dependent functions:
|
D | st7796.rst | 17 …nd implements the display flush callback. The user needs to implement only two platform-specific f… 37 You need to implement two platform-dependent functions:
|
D | renesas_glcdc.rst | 23 - Can input two graphics planes on top of the background plane and blend them on the screen
|
D | st_ltdc.rst | 37 two LVGL LTDC displays can be created and operate independently on the separate
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 198 lv_color_t one, two; in lv_gradient_color_calculate() local 200 two = dsc->stops[found_i].color; in lv_gradient_color_calculate() 210 *color_out = GRAD_CM(LV_UDIV255(two.red * mix + one.red * imix), in lv_gradient_color_calculate() 211 LV_UDIV255(two.green * mix + one.green * imix), in lv_gradient_color_calculate() 212 LV_UDIV255(two.blue * mix + one.blue * imix)); in lv_gradient_color_calculate()
|
/lvgl-latest/docs/details/integration/renderers/ |
D | vg_lite.rst | 20 2. Confirm the GPU initialization method, there are two ways: 34 …VG-Lite uses two sets of command buffer buffers to render instructions, and utilizing this mechani… 35 Currently, two buffering methods are supported:
|
D | arm2d.rst | 11 Arm-2D accelerates LVGL9 with two modes: **Synchronous Mode** and
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 138 add your own Widget property ID following same rules and using one of two helper 180 lv_point_t point; /**< Point, contains two int32_t */ 215 * For some properties like slider range, it contains two simple (4-byte) values 250 The latter two functions are useful when you already know ``name`` is among the
|
D | obj_id.rst | 24 - these two API functions become available: 31 - two additional configuration macros both :c:macro:`LV_OBJ_ID_AUTO_ASSIGN` and 40 non-zero value, it causes two things to happen:
|
D | ime_pinyin.rst | 13 run can also run ``lv_ime_pinyin``. There are two main influencing
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | connecting_lvgl.rst | 56 There are two ways to provide this information to LVGL: 77 .. note:: :cpp:func:`lv_tick_inc` is only one of two LVGL functions that may be
|
/lvgl-latest/tests/ |
D | README.md | 55 - `TEST_ASSERT_EQUAL_COLOR(color1, color2)` Compare two colors.
|
/lvgl-latest/docs/details/widgets/ |
D | arc.rst | 104 exclusively use one or the other of the two methods. Mixing the two could
|
D | win.rst | 62 You can add Button and Label Widgets to the Header using these two functions. They
|
D | buttonmatrix.rst | 67 line with two buttons: *buttonA, width = 1* and *buttonB, width = 2*, *buttonA*
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 10 security, and special functionality like AI. Many of their chips have two asymmetrical cores. 46 …There should be two serial ports created upon connecting your Alif board. On Linux, they will be s… 221 an HP target or an HE target. What these are referring to are the two distinct cores
|
D | stm32.rst | 194 - Create two threads to call :cpp:func:`lv_timer_handler`, and 195 :cpp:func:`lv_tick_inc`.You will need two ``osThreadId`` handles for
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 69 Besides settings the sizes in pixels, you can use two special 109 between any two items (and the space to the edges) is equal. Not applies to ``track_cross_place``.
|
/lvgl-latest/docs/details/main-components/ |
D | color.rst | 117 // Mix two colors with a given ratio 0: full c2, 255: full c1, 128: half c1 and half c2
|
D | display.rst | 32 - Have two large TFT displays: one for a customer and one for the shop assistant. 113 LVGL uses the Top Layer and System Layer two empower you to ensure that certain 252 If two buffer are used, the rendered areas are automatically copied to the 258 1 pixel has been changed. If two display-sized draw buffers are provided, 287 If two buffers are used LVGL can draw into one buffer while the content
|
/lvgl-latest/docs/details/base-widget/ |
D | layer.rst | 71 - Use :cpp:expr:`lv_obj_swap(widget1, widget2)` to swap the relative layer position of two Widgets.
|
/lvgl-latest/docs/details/libs/ |
D | freetype.rst | 22 There are two ways to use FreeType:
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 31 There are two ways to use LVGL in your QNX project. The first is similar to how
|
12