Lines Matching full:with
12 code and run it even on a bare metal architecture with limited resources.
19 can also run it with an OS, if you want.
20 - **Compatible**: Strives to be as compatible as possible with normal Python (known as CPython).
22 - **Interactive**: No need for the compile-flash-boot cycle. With the REPL (interactive prompt) you…
30 - **Embedded Oriented**: Comes with modules specifically for embedded systems, such as the
51 - Usually, GUI development requires multiple iterations to get things right. With C, each iteration…
64 … larger audience. No need to know C to create a nice GUI on an embedded system. This goes well with
66 …CircuitPython was designed with education in mind, to make it easier for new or inexperienced user…
68 - Creating tools to work with LVGL at a higher level (e.g. drag-and-drop designer).
91 # Create a button with a label
107 If you want to experiment with LVGL + MicroPython without downloading anything, you can use our onl…
132 …lay and input drivers. You can either use one of the existing drivers provided with lv_micropython,
163 - ESP32 ADC with resistive touch
220 - Replace the global/static local var with :cpp:expr:`(LV_GLOBAL_DEFAULT()->_var)`
273 - The API exposes a struct with both function pointer member and ``user_data`` member