Searched +full:days +full:- +full:before +full:- +full:close (Results 1 – 3 of 3) sorted by relevance
1 name: 'Close stale issues and PRs'4 - cron: '30 1 * * *'10 runs-on: ubuntu-latest12 - uses: actions/stale@v314 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…17 …close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activit…18 days-before-stale: 1419 days-before-close: 7[all …]
4 Copyright (c) 2005-2020 Lode Vandevenne6 This software is provided 'as-is', without any express or implied40 -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 …]
10 - Abstract render layer to make it easier to attack external draw engines11 - 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 formats13 - Add font fallback support 14 - Add gradient dithering support15 - Add "monkey test" 16 - Add cmsis-pack support17 - 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 …]