Lines Matching full:a

2 <a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/g…
5 …</b> | <a href="./docs/README_zh.rst">中文</a> | <a href="./docs/README_pt_BR.rst">Português do Bras…
23 <a href="https://lvgl.io" title="Homepage of LVGL">Website </a> |
24 <a href="https://docs.lvgl.io/" title="Detailed documentation with 100+ examples">Docs</a> |
25 <a href="https://forum.lvgl.io" title="Get help and help others">Forum</a> |
26 <a href="https://lvgl.io/demos" title="Demos running in your browser">Demos</a> |
27 <a href="https://lvgl.io/services" title="Graphics design, UI implementation and consulting">Servic…
37a powerful style system, web inspired layout managers, and a typography system supporting many lan…
45 - A fully portable C (C++ compatible) library with no external dependencies.
49 …- Needs only 32kB RAM and 128 kB Flash, a frame buffer, and at least an 1/10 screen sized buffer f…
55 …grid.html)-like layouts engines to automatically size and position the widgets in a responsive way.
76 If LVGL saved you a lot of time and money or you just had fun using it, consider [Supporting its De…
79 …. It means not only the maintainers but anyone who implements a great feature should get a payment…
82 …y send one time or recurring donations. You can also see all of our expenses in a transparent way.
85a payment for that work. We estimate the required time, complexity and importance of the issue and…
124 /*Create a white label, set its text and align it to the center*/
133a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_direct=4ab7c40c35b…
140 # Create a white label, set its text and align it to the center
157 lv_obj_t * button = lv_button_create(lv_screen_active());                   /*Add a button to the c…
160 lv_obj_add_event_cb(button, button_event_cb, LV_EVENT_CLICKED, NULL); /*Assign a callback to the bu…
162 lv_obj_t * label = lv_label_create(button);                        /*Add a label to the button*/
175a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://ra…
181 # Create a Button and a Label
222 lv_checkbox_set_text(cb, "Melon\nand a new line");
229a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://ra…
270 ### Styling a Slider
271 ![Styling a slider with LVGL](https://github.com/kisvegabor/test/raw/master/readme_example_4.gif)
290 /*Create a reusable style sheet for the INDICATOR part*/
316a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://ra…
321 # Create a slider and add the style
334 # Create a reusable style sheet for the INDICATOR part
366 lv_label_set_text(ltr_label, "In modern terminology, a microcontroller is similar to a system on a
389a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://ra…
393 ltr_label.set_text("In modern terminology, a microcontroller is similar to a system on a chip (SoC)…
428 …4. Set up a [Simulator](https://docs.lvgl.io/master/details/integration/ide/pc-simulator.html#simu…
430 …6. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/intro/add-lvgl-to-your-proj…
432 **Become a Pro**
434 …https://docs.lvgl.io/master/details/main-components/index.html) page to get a better understanding…
444 LVGL LLC was established to provide a solid background for LVGL library and to offer several type o…
447 …ou can be sure that we will make the most out of your hardware and LVGL. If a feature or widget is…
460 For a detailed description of contribution opportunities visit the [Contributing](https://docs.lvgl…
464 <a href="https://github.com/lvgl/lvgl/graphs/contributors">
466 </a>