Home
last modified time | relevance | path

Searched +full:days +full:- +full:before +full:- +full:close (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.4.0/.github/workflows/
Dclose_old_issues.yml1 name: 'Close stale issues and PRs'
4 - cron: '30 1 * * *'
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v3
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15 …e-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove st…
16 …tale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale…
17close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activit…
18 days-before-stale: 14
19 days-before-close: 7
[all …]
/lvgl-3.4.0/src/extra/libs/png/
Dlodepng.h4 Copyright (c) 2005-2020 Lode Vandevenne
6 This software is provided 'as-is', without any express or implied
40 -DLODEPNG_NO_COMPILE_ZLIB for gcc.
122 Note: for 16-bit per channel colors, uses big endian format like PNG does.
135 /*Same as lodepng_decode_memory, but always decodes to 32-bit RGBA raw image*/
139 /*Same as lodepng_decode_memory, but always decodes to 24-bit RGB raw image*/
152 /*Same as lodepng_decode_file, but always decodes to 32-bit RGBA raw image.*/
156 /*Same as lodepng_decode_file, but always decodes to 24-bit RGB raw image.*/
168 Note: for 16-bit per channel colors, needs big endian format like PNG does.
184 /*Same as lodepng_encode_memory, but always encodes from 32-bit RGBA raw image.*/
[all …]
/lvgl-3.4.0/docs/
DCHANGELOG.md10 - Abstract render layer to make it easier to attack external draw engines
11 - Add `LV_FLAD_OVERFLOW_VISIBLE`. If enabled the children of an object won't be clipped to the boun…
12 - Add ffmpeg decoder support to play videos and open a wide variety of image formats
13 - Add font fallback support
14 - Add gradient dithering support
15 - Add "monkey test"
16 - Add cmsis-pack support
17 - Add Grid navigation (`lv_gridnav`)
23 - :warning: feat(fs): add caching option for lv_fs-read [`2979`](https://github.com/littlevgl/lvgl/…
24 - :warning: feat(span): lv_spangroup_get_expand_width() adds a parameter [`2968`](https://github.co…
[all …]