Searched +full:fetch +full:- +full:depth (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.4.0/.github/workflows/ |
D | check_conf.yml | 7 verify-conf-internal: 8 runs-on: ubuntu-latest 10 - name: Checkout 13 persist-credentials: false 14 fetch-depth: 0 15 - name: Setup Python 16 uses: actions/setup-python@v1 18 python-version: 3.7 19 - name: Generate lv_conf_internal.h 21 working-directory: scripts [all …]
|
D | check_style.yml | 7 verify-formatting: 8 runs-on: ubuntu-latest 10 - name: Checkout 13 persist-credentials: false 14 fetch-depth: 0 15 - name: Install astyle 17 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r… 18 sudo apt-get update -y -qq 19 sudo apt-get install astyle 20 - name: Format code [all …]
|
D | compile_docs.yml | 5 - master 6 - 'release/*' 9 EM_CACHE_FOLDER: 'emsdk-cache' 11 build-and-deploy: 13 runs-on: ubuntu-latest 14 concurrency: docs-build-and-deploy 16 - name: Checkout 19 persist-credentials: false 20 fetch-depth: 0 21 - name: Setup Python [all …]
|
/lvgl-3.4.0/src/draw/nxp_pxp/ |
D | lv_gpu_nxp_pxp.c | 57 #error Only 16bit color depth is supported. Set LV_COLOR_DEPTH to 16. 102 if(!cfg || !cfg->pxp_interrupt_deinit || !cfg->pxp_interrupt_init || !cfg->pxp_run) { in lv_gpu_nxp_pxp_init() 153 .buffer0Addr = (uint32_t)(dest_buf + dest_width * fill_area->y1 + fill_area->x1), in lv_gpu_nxp_pxp_fill() 156 .width = fill_area->x2 - fill_area->x1 + 1, in lv_gpu_nxp_pxp_fill() 157 .height = fill_area->y2 - fill_area->y1 + 1, in lv_gpu_nxp_pxp_fill() 163 /*Simple color fill without opacity - AS disabled, PS as color generator*/ in lv_gpu_nxp_pxp_fill() 169 …/*Fill with opacity - AS used as source (same as OUT), PS used as color generator, blended togethe… in lv_gpu_nxp_pxp_fill() 179 PXP_SetAlphaSurfacePosition(LV_GPU_NXP_PXP_ID, 0U, 0U, fill_area->x2 - fill_area->x1 + 1, in lv_gpu_nxp_pxp_fill() 180 fill_area->y2 - fill_area->y1 + 1); in lv_gpu_nxp_pxp_fill() 186 /*Configure Porter-Duff blending - For RGB 565 only!*/ in lv_gpu_nxp_pxp_fill() [all …]
|
/lvgl-3.4.0/docs/ |
D | CHANGELOG.md | 10 - 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 …]
|