Searched refs:here (Results 1 – 25 of 48) sorted by relevance
12
| /lvgl-latest/scripts/gdb/ |
| D | gdbinit.py | 4 here = path.dirname(path.abspath(__file__)) variable 7 if here not in sys.path: 8 sys.path.insert(0, here)
|
| /lvgl-latest/docs/ |
| D | ROADMAP.rst | 35 (see `here <https://github.com/lvgl/lvgl/issues/3481#issuecomment-1206434501>`__) 44 (see `here <https://github.com/lvgl/lvgl/issues/3379#issuecomment-1147954592>`__) 46 (see `here <https://github.com/lvgl/lvgl/issues/3379#issuecomment-1140886258>`__) 50 (see `here <https://github.com/lvgl/lvgl/pull/3390#pullrequestreview-990710921>`__) 56 …(see `here <https://forum.lvgl.io/t/keypad-input-device-why-lv-event-long-pressed-only-on-enter/10… 81 (see `here <https://forum.lvgl.io/t/linear-meter-bar-with-ticks/10986>`__ and #4043) 93 See `here <https://forum.lvgl.io/t/custom-exec-cb-prevents-lv-anim-del-obj-null/10266>`__. 113 (see `here <https://github.com/lvgl/lvgl/tree/arch/img-decode-rework>`__) 145 …`lv_arc`: make possible to move the knob only inside the background (see `here <https://forum.lvgl… 159 - |uncheck| Add custom indev type. See `here <https://github.com/lvgl/lvgl/issues/3298#issuecomment… [all …]
|
| D | CONTRIBUTING.rst | 55 You can see what it looks like on GitHub for LVGL here: 165 The text of DCO can be read here: https://developercertificate.org/. 176 To make the DCO easier to digest, here are some practical guides about 202 * - Optimize performance here and there 204 ... code snippet here ...
|
| D | README.md | 215 The full set of supported lexers are listed here: https://pygments.org/docs/lexers/ . 229 <=== blank line here is important 231 <=== blank line here is important 234 <=== blank line here is important 237 <=== blank line here is important
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | renesas.rst | 102 …The RA family requires the latest version with FSP 5.3. It can be downloaded `here <https://www.re… 103 …- JLink is used for debugging, it can be downloaded `here <https://www.segger.com/downloads/jlink/… 143 It can be downloaded `here <https://www.renesas.com/us/en/software-tool/e-studio>`__. 146 …- for Windows: `64 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-too… 147 …and `32 bit here <https://www.renesas.com/us/en/document/uid/usb-driver-renesas-mcu-toolse2e2-lite… 148 …- for Linux: `here <https://www.renesas.com/us/en/document/swo/e2-emulator-e2-emulator-lite-linux-… 151 `here <https://llvm-gcc-renesas.com/rx-download-toolchains/>`__ after a registration.
|
| D | stm32.rst | 124 //We will do the SPI write manually here for speed 178 /* Register the touch controller with LVGL - Not included here for brevity. */
|
| /lvgl-latest/demos/keypad_encoder/ |
| D | README.md | 7 Learn more about the touchpad-less usage of LVGL [here](https://docs.lvgl.io/master/overview/indev.…
|
| /lvgl-latest/docs/details/libs/ |
| D | ffmpeg.rst | 14 Download first FFmpeg from `here <https://www.ffmpeg.org/download.html>`__, then install it:
|
| /lvgl-latest/docs/details/integration/framework/ |
| D | arduino.rst | 12 …here <https://docs.arduino.cc/hardware/giga-display-shield>`__), use the `Arduino_H7_Video <https:…
|
| /lvgl-latest/docs/details/integration/bindings/ |
| D | micropython.rst | 111 `Click here to experiment on the online simulator <https://sim.lvgl.io/>`__ 122 `Click here to know more information about building and running the unix port <https://github.com/l… 302 - Various discussions: `here <https://github.com/lvgl/lvgl/pull/3294#issuecomment-1184895335>`__ 303 and `here <https://github.com/lvgl/lvgl/issues/1763#issuecomment-762247629>`__ 304 and`here <https://github.com/lvgl/lvgl/issues/316#issuecomment-467221587>`__
|
| /lvgl-latest/docs/details/integration/building/ |
| D | cmake.rst | 12 Find out more on Cmake Presets here: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
|
| /lvgl-latest/tests/ |
| D | README.md | 49 See the list of asserts [here](https://github.com/ThrowTheSwitch/Unity/blob/master/docs/UnityAssert…
|
| /lvgl-latest/docs/details/widgets/ |
| D | canvas.rst | 12 anything. Rectangles, text, images, lines, arcs, etc. can be drawn here using
|
| /lvgl-latest/docs/details/integration/driver/display/ |
| D | ili9341.rst | 72 …the callbacks on an STM32F746 using STM32CubeIDE and the ST HAL libraries here: :ref:`lcd_stm32_gu…
|
| D | st7735.rst | 74 …the callbacks on an STM32F746 using STM32CubeIDE and the ST HAL libraries here: :ref:`lcd_stm32_gu…
|
| D | st7789.rst | 73 …the callbacks on an STM32F746 using STM32CubeIDE and the ST HAL libraries here: :ref:`lcd_stm32_gu…
|
| D | st7796.rst | 74 …the callbacks on an STM32F746 using STM32CubeIDE and the ST HAL libraries here: :ref:`lcd_stm32_gu…
|
| D | lcd_stm32_guide.rst | 19 … hurry and not interested in the details, you can find the final project `here <https://github.com… 62 #. In the Advanced Settings tab enable USE_NEWLIB_REENTRANT. We are finished here. 251 …isplay_set_rotation()``. You will also need to create the display buffers here. This example uses …
|
| D | gen_mipi.rst | 89 …the callbacks on an STM32F746 using STM32CubeIDE and the ST HAL libraries here: :ref:`lcd_stm32_gu… 210 See an actual example of sending a command list `here <https://github.com/lvgl/lvgl/blob/master/src…
|
| /lvgl-latest/examples/arduino/LVGL_Arduino/ |
| D | LVGL_Arduino.ino | 2 *Be sure to read the docs here: https://docs.lvgl.io/master/integration/framework/arduino.html */
|
| /lvgl-latest/docs/details/other-components/ |
| D | ime_pinyin.rst | 63 `here <https://baike.baidu.com/item/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3%E9%9F%B3%E8%8A%82/9167981>…
|
| D | xml.rst | 198 "btn_text", "Click here", 268 "text", "Click here",
|
| /lvgl-latest/docs/details/integration/os/yocto/ |
| D | lvgl_recipe.rst | 168 …You can find more information about this variable `here <https://meta-raspberrypi.readthedocs.io/e… 203 bootable images for the device are found here. t’s organized by the 231 If you followed the previous steps, here are the folders you will find: 383 for the license file (here assumed to be LICENCE.txt). This helps to ensure the 436 For this recipe, you will find a new folder here: ``lvgl_yocto_guide 625 recipes. The objective here is to create a recipe from scratch and to add the
|
| /lvgl-latest/docs/details/base-widget/ |
| D | layer.rst | 13 are covered :ref:`here <screen_layers>`
|
| /lvgl-latest/docs/details/integration/os/ |
| D | torizon_os.rst | 66 More information on the build environment for Torizon containers is available `here 235 You now have a running LVGL application. Where to go from here?
|
12