Home
last modified time | relevance | path

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

/lvgl-latest/.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@v5
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 stale-pr-message: |
19 Now we mark this as "stale" because there was no activity here for 14 days.
21 Remove the "stale" label or comment else this will be closed in 7 days.
22 close-issue-message: |
[all …]
/lvgl-latest/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-latest/docs/
DCHANGELOG.md7 - feat(table): add user_data to table cells [`4767`](https://github.com/lvgl/lvgl/pull/4767)
8 - feat(tiny_ttf): backport Tiny TTF to lvgl 8 [`4727`](https://github.com/lvgl/lvgl/pull/4727)
9 - feat(littlefs): add lv_fs_littlefs system as a driver [`4677`](https://github.com/lvgl/lvgl/pull/…
13 - fix(obj): readjust scroll after layout when child removed [`4921`](https://github.com/lvgl/lvgl/p…
14 - fix(rt-thread): fix create lvgl thread problem [`4862`](https://github.com/lvgl/lvgl/pull/4862)
15 - fix(obj): fix arduino compile warnings [`4807`](https://github.com/lvgl/lvgl/pull/4807)
16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:…
17 - fix(table) user data API functions renamed [`4769`](https://github.com/lvgl/lvgl/pull/4769)
18 - fix(ime_pinyin): keep cursor in the textarea when a candidate is pressed [`4731`](https://github.…
19 - fix(draw_needles): changed needle line draw start point from scale ce… [`4682`](https://github.co…
[all …]