Lines Matching full:https
26 - `MicroPython <https://github.com/micropython/micropython>`__
27 - `CircuitPython <https://github.com/adafruit/circuitpython>`__
28 - `MicroPython_ESP32_psRAM_LoBo <https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo>`__
31 `machine module <https://docs.micropython.org/en/latest/library/machine.html#classes>`__
41 MicroPython `does not have a good native high-level GUI library <https://forum.micropython.org/view…
42 LVGL is an `Object-Oriented Component Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
54 …`REPL <https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop>`__ (the interactive pro…
65 …`CircuitPython vision <https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython>`…
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…
129 architectures. `lv_micropython <https://github.com/lvgl/lv_micropython>`__ is a fork of MicroPython…
169 - ``lv_micropython`` `README <https://github.com/lvgl/lv_micropython>`__
170 - ``lv_binding_micropython`` `README <https://github.com/lvgl/lv_binding_micropython>`__
171 - The `LVGL micropython forum <https://forum.lvgl.io/c/micropython>`__ (Feel free to ask anything!)
172 - At MicroPython: `docs <http://docs.micropython.org/en/latest/>`__ and `forum <https://forum.micro…
173 - `Blog Post <https://blog.lvgl.io/2019-02-20/micropython-bindings>`__, a little outdated.
179 - LVGL is a git submodule inside `lv_micropython <https://github.com/lvgl/lv_micropython>`__
180 …(LVGL is a git submodule of `lv_binding_micropython <https://github.com/lvgl/lv_binding_micropytho…
181 which is itself a submodule of `lv_micropython <https://github.com/lvgl/lv_micropython>`__).
198 …manager which is `garbage-collected <https://en.wikipedia.org/wiki/Garbage_collection_(computer_sc…
200 - GC is aware of most allocations, except from pointers on the `Data Segment <https://en.wikipedia.…
232 - `In the README <https://github.com/lvgl/lv_binding_micropython#memory-management>`__
233 - `In the Blog <https://blog.lvgl.io/2019-02-20/micropython-bindings#i-need-to-allocate-a-littlevgl…
299 - In the `Blog <https://blog.lvgl.io/2019-08-05/micropython-pure-display-driver#using-callbacks>`__
300 and in the `README <https://github.com/lvgl/lv_binding_micropython#callbacks>`__
301 - `[v6.0] Callback conventions #1036 <https://github.com/lvgl/lvgl/issues/1036>`__
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>`__