Searched full:uses (Results 1 – 25 of 68) sorted by relevance
123
/lvgl-latest/.github/workflows/ |
D | ccpp.yml | 24 - uses: actions/checkout@v2 25 - uses: ammaraskar/gcc-problem-matcher@master 35 - uses: actions/checkout@v2 36 - uses: ammaraskar/gcc-problem-matcher@master 47 uses: codecov/codecov-action@v2 63 - uses: actions/checkout@v2.1.0 64 - uses: ammaraskar/gcc-problem-matcher@master 66 uses: actions/cache@v2 73 - uses: uraimo/run-on-arch-action@v2.1.1
|
D | compile_docs.yml | 17 uses: actions/checkout@v2 22 uses: actions/setup-python@v1 26 uses: actions/cache@v2 47 uses: actions/cache@v2 51 - uses: mymindstorm/setup-emsdk@v9 56 uses: hendrikmuhs/ccache-action@v1 68 uses: JamesIves/github-pages-deploy-action@3.7.1 82 uses: JamesIves/github-pages-deploy-action@3.7.1
|
D | arduino.yml | 12 - uses: actions/checkout@v2 13 - uses: arduino/arduino-lint-action@v1
|
D | esp_upload_component.yml | 13 - uses: actions/checkout@v2 18 uses: espressif/upload-components-ci-action@v1
|
D | main.yml | 10 uses: actions/checkout@v1 12 uses: lucasbento/auto-close-issues@v1.0.2
|
D | makefile.yml | 15 - uses: actions/checkout@v2 16 - uses: ammaraskar/gcc-problem-matcher@master
|
D | check_conf.yml | 12 uses: actions/checkout@v2 17 uses: actions/setup-python@v1
|
D | release.yml | 15 uses: actions/checkout@v2 18 uses: actions/create-release@v1
|
D | check_style.yml | 12 uses: actions/checkout@v4 17 uses: actions/checkout@v4
|
D | build_micropython.yml | 17 - uses: ammaraskar/gcc-problem-matcher@master 56 uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.h | 122 Note: for 16-bit per channel colors, uses big endian format like PNG does. 288 if custom_zlib is not null, custom_inflate is ignored (the zlib format uses deflate). 366 …This color uses the same bit depth as the bitdepth value in this struct, which can be 1-bit to 16-… 442 This uses the same color mode and bit depth as the PNG (except no alpha channel), 475 The PNG specification uses null characters for the keys, names and tags, and forbids null 631 For 16-bit per channel colors, uses big endian format like PNG does. 736 /*If true, follows the official PNG heuristic: if the PNG uses a palette or lower than 787 Same as lodepng_decode_memory, but uses a LodePNGState to allow custom settings and 996 /* The LodePNG C++ wrapper uses std::vectors instead of manually allocated memory buffers. */ 1160 the PNG file uses. To read and write files, there are simple functions to [all …]
|
/lvgl-latest/docs/widgets/core/ |
D | switch.md | 10 - `LV_PART_MAIN` The background of the switch uses all the typical background style properties. `pa… 11 - `LV_PART_INDICATOR` The indicator that shows the current state of the switch. Also uses all the t… 12 - `LV_PART_KNOB` A rectangle (or circle) drawn at left or right side of the indicator. Also uses al… 17 The switch uses the standard `LV_STATE_CHECKED` state.
|
D | slider.md | 9 - `LV_PART_MAIN` The background of the slider. Uses all the typical background style properties. `p… 10 - `LV_PART_INDICATOR` The indicator that shows the current state of the slider. Also uses all the t… 11 - `LV_PART_KNOB` A rectangle (or circle) drawn at the current value. Also uses all the typical back…
|
D | dropdown.md | 18 - `LV_PART_MAIN` The background of the button. Uses the typical background properties and text prop… 24 - `LV_PART_MAIN` The list itself. Uses the typical background properties. `max_height` can be used … 26 - `LV_PART_SELECTED` Refers to the currently pressed, checked or pressed+checked option. Also uses …
|
D | bar.md | 13 - `LV_PART_MAIN` The background of the bar and it uses the typical background style properties. Add… 14 - `LV_PART_INDICATOR` The indicator itself; also uses all the typical background properties.
|
D | roller.md | 8 - `LV_PART_MAIN` The background of the roller uses all the typical background properties and text s… 10 …lected option in the middle. Besides the typical background properties it uses the text style prop…
|
D | checkbox.md | 9 - `LV_PART_MAIN` The is the background of the Checkbox and it uses the text and all the typical bac… 11 - `LV_PART_INDICATOR` The "tick box" is a square that uses all the typical background style propert…
|
/lvgl-latest/scripts/ |
D | Doxyfile | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 226 # uses this value to replace tabs by spaces in code fragments. 796 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 1115 # uses. 1128 # that doxygen normally uses. 1137 # sheet that doxygen normally uses. 1489 # http://www.mathjax.org) which uses client side Javascript for the rendering 1538 # the HTML output. The underlying search engine uses javascript and DHTML and 1836 # default style sheet that doxygen normally uses.
|
/lvgl-latest/docs/overview/ |
D | image.md | 36 - **LV_IMG_CF_INDEXED_1/2/4/8BIT** Uses a palette with 2, 4, 16 or 256 colors and stores each pixel… 290 Of course, caching images is resource intensive as it uses more RAM to store the decoded image. LVG… 300 To decide which image to close, LVGL uses a measurement it previously made of how long it took to o…
|
D | object.md | 182 … example a [Base object](/widgets/obj) uses the main and scrollbar parts but a [Slider](/widgets/c…
|
D | style.md | 246 In the documentation of the widgets you will see sentences like "The widget uses the typical backgr… 295 … area to redraw, LVGL creates an RGB layer (which is faster to render and uses less memory). If th…
|
/lvgl-latest/docs/widgets/extra/ |
D | keyboard.md | 11 - `LV_PART_MAIN` The main part. Uses all the typical background properties 12 - `LV_PART_ITEMS` The buttons. Also uses all typical background properties as well as the *text* pr…
|
D | calendar.md | 19 - Container: A rectangle which is a container for the *Header* and the *Days*. Uses only `LV_PART_M… 21 … - `LV_PART_MAIN` The background of the calendar. Uses all the background related style properties.
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_rect_pack.h | 21 // No memory allocations; uses qsort() and assert() from stdlib. 24 // This library currently uses the Skyline Bottom-Left algorithm.
|
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_conf_cmsis.h | 628 /*API for FATFS (needs to be added separately). Uses f_open, f_read, etc*/ 635 /*API for LittleFS (library needs to be added separately). Uses lfs_file_open, lfs_file_read, etc*/
|
123