Searched refs:based (Results 1 – 25 of 55) sorted by relevance
123
/lvgl-latest/docs/details/integration/framework/ |
D | tasmota-berry.rst | 9 open-source firmware for ESP8266 and EPS32 based devices. It supports a 25 one-pass compiler and register-based VM, all the code is written in ANSI 35 - Fast: optimized one-pass bytecode compiler and register-based virtual machine. 50 In 2021, Tasmota added full support of LVGL for ESP32 based devices. It
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | index.rst | 10 platforms on a single Linux-based development system.
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | building_lvgl.rst | 12 To add LVGL to your Makefile based build system add these lines to your
|
/lvgl-latest/examples/widgets/chart/ |
D | index.rst | 21 Recolor bars based on their value
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | index.rst | 8 developers create custom Linux-based systems regardless of the hardware
|
/lvgl-latest/docs/details/integration/renderers/ |
D | arm2d.rst | 16 - When Arm-2D backed 2D-GPUs are available, for example, **DMAC-350 based 2D 62 - `A Cortex-M55 (supports Helium) based MDK Project, PC emulation is
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | ili9341.rst | 14 …/lvgl/lvgl/src/drivers/display/ili9341>`__ is a platform-agnostic driver, based on the `generic MI… 51 To create an ILI9341-based display use the function
|
D | st7735.rst | 16 …m/lvgl/lvgl/src/drivers/display/st7735>`__ is a platform-agnostic driver, based on the `generic MI… 53 To create an ST7735-based display use the function
|
D | st7789.rst | 15 …m/lvgl/lvgl/src/drivers/display/st7789>`__ is a platform-agnostic driver, based on the `generic MI… 52 To create an ST7789-based display use the function
|
D | st7796.rst | 16 …m/lvgl/lvgl/src/drivers/display/st7796>`__ is a platform-agnostic driver, based on the `generic MI… 53 To create an ST7796-based display use the function
|
D | fbdev.rst | 31 To set up a framebuffer-based display, first create a display with ``lv_linux_fbdev_create``. After…
|
D | lcd_stm32_guide.rst | 10 …0. The example code has been tested on the STM32F746-based Nucleo-F746ZG board with an ST7789-base… 15 … an alternative, simple to use API to implement LCD support for your LVGL-based project on any pla… 19 … functional program, which can be used as the foundation of your own LVGL-based project. If you ar… 23 …espite of this the performance is very good, thanks to the efficient, DMA-based implementation of …
|
D | renesas_glcdc.rst | 75 Software based screen rotation is supported in partial mode. It uses the common API, no extra confi…
|
/lvgl-latest/docs/details/integration/driver/ |
D | windows.rst | 18 - Provide HWND-based interoperability for other Windows UI infrastructures. 36 - The applications based on this mode should adapt the LVGL display resolution changing for support…
|
/lvgl-latest/docs/details/widgets/ |
D | textarea.rst | 88 the zero-based index of the character the cursor should be placed in front of. 200 the zero-based index of the first character of the selected text. 203 the zero-based index of the character just after the selected text. 205 - :cpp:expr:`lv_label_get_text_selection_start(ta_label)` zero-based index of the 208 - :cpp:expr:`lv_label_get_text_selection_end(ta_label)` zero-based index of the
|
D | lottie.rst | 12 The Lottie animations are vector based animation. Think of it as the modern combination of SVG and … 17 The Lottie Widget is based on :ref:`lv_canvas` because in order to render the animation
|
D | switch.rst | 59 :cpp:enumerator:`LV_SWITCH_ORIENTATION_AUTO`, which causes it to be oriented based
|
D | buttonmatrix.rst | 95 respectively. ``button_id`` is a zero-based button index (0 = first button). 137 to the text of the button specified by zero-based index ``button_id``.
|
D | tabview.rst | 101 returns the zero based index of the current tab.
|
D | roller.rst | 57 where *id* is the zero-based index of the list item to be selected.
|
D | chart.rst | 68 based on its chart type and ``point_count``. (All chart types use an array of 225 the zero-based index of the point you wish to update. 300 the new zero-based index position to start plotting from. 358 :cpp:expr:`lv_chart_get_pressed_point(chart)` returns the zero-based index of
|
/lvgl-latest/docs/details/debugging/ |
D | vg_lite_tvg.rst | 7 LVGL integrates a VG-Lite simulator based on ThorVG.
|
/lvgl-latest/docs/details/integration/boards/ |
D | toradex.rst | 11 based on microprocessor units (MPUs). These boards and modules are designed to 82 Computer on Modules (CoM). The family offers miniaturized modules based on NXP® 161 TorizonOS is a Linux-based operating system developed by Toradex, tailored for
|
/lvgl-latest/docs/details/integration/ide/ |
D | pc-simulator.rst | 33 - `Generic Linux <https://github.com/lvgl/lv_port_linux>`__: CMake based project where you can easi…
|
/lvgl-latest/docs/details/libs/ |
D | rle.rst | 30 The RLE algorithm is a simple compression algorithm that is based on the fact that
|
123