Commit Graph

11458 Commits

Author SHA1 Message Date
Benign X 7cdc1ef227 feat(arc_label): support radius percentage mode
Signed-off-by: Benign X <1341398182@qq.com>
2025-06-04 13:28:56 -03:00
Benign X 78e3375964 feat(arc_label): support recolor feature 2025-06-04 13:28:56 -03:00
Benign X f55fee85fc feat(arc_label): support text direction of counter clockwise 2025-06-04 13:28:56 -03:00
Benign X fc83651c0f feat(arc_label): support text offset 2025-06-04 13:28:56 -03:00
Benign X 33bb46fcac feat(arc_label): support text letter space 2025-06-04 13:28:56 -03:00
Benign X b49bba5fcf perf(arc_label): optimization enhancement of arc label algorithm 2025-06-04 13:28:56 -03:00
Benign X 1dc268ea67 feat(arc_label): support more calculate accuracy 2025-06-04 13:28:56 -03:00
Benign X bcfc2ab359 feat(arc_label): support horizontal align feature 2025-06-04 13:28:56 -03:00
Benign X cb2231951c feat(arc_label): support vertical align feature 2025-06-04 13:28:56 -03:00
Benign X 5f2803863e feat(arc_label): add new widget arc label support 2025-06-04 13:28:56 -03:00
Victor Wheeler b001f5af4a docs(CHANGELOG.rst): fix link to SVG support page (#8356)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
2025-06-04 13:19:35 +02:00
Victor Wheeler e818acfd77 feat(build.py): add documentation section to quickly orient new users on where data flows.
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
2025-06-03 15:44:06 +02:00
Victor Wheeler 452878fbe8 feat: remove line from requirements.txt that is not actually required to build docs 2025-06-03 15:44:06 +02:00
Richard Gazdik bc4b55c4b4 docs(custom.css): Fix theme toggle button label color 2025-06-03 15:44:06 +02:00
Richard Gazdik f72503481a docs(custom.css): Refactor link color variables for improved theming consistency 2025-06-03 15:44:06 +02:00
Richard Gazdik 2b9592e8dd docs: Lot of smaller improvements based on feedback 2025-06-03 15:44:06 +02:00
Richard Gazdik a13113bafd docs(icons.html): Update SVG icons for improved accessibility and consistency 2025-06-03 15:44:06 +02:00
Richard Gazdik af2c420ae5 docs(index.rst): Add hide-toc furo theme prop to hide sidebar on the homepage and remove main header image. 2025-06-03 15:44:06 +02:00
Richard Gazdik 8541a11ecc docs(custom.js): The custom.js file now contains the version selector controller JavaScript and other methods that were previously directly added to the main layout. 2025-06-03 15:44:06 +02:00
Richard Gazdik 44a369a9f7 docs(logo): update dark and light logos 2025-06-03 15:44:06 +02:00
Richard Gazdik 4f843e8cd4 docs(custom.css): enhance styling and add custom CSS variables
Updated custom.css to include a new font (Geist Mono) and introduced custom CSS variables for improved theming. Enhanced sidebar and content styles, including transitions and responsive adjustments for better user experience. Removed deprecated styles and optimized layout for various screen sizes.
2025-06-03 15:44:06 +02:00
Richard Gazdik 5b3d6d89f8 docs: Enhance sidebar, remove jQuery dependency
Added the version selector to the sidebar directly rather than using JS injection by updating the configuration to include the improved version of the selector's html sidebar component.
2025-06-03 15:44:06 +02:00
Richard Gazdik 1906242741 initial commit 2025-06-03 15:44:06 +02:00
Victor Wheeler 45575c0faf docs(custom.css): format field lists
Furo removed fomatting for field lists which `sphinx_rtd_theme`
formatted so nicely.  The result was that it left the browser showing
a normal "definition list" (<dl>) format, rather than a "table/grid"
layout.

This addition to `custom.css` mimics RTD theme's field list layout
with some nice adjustments for better readability (very slight gap
between fields, shows better visual separation between list items
without losing the lists "compact" flavor.
2025-06-03 15:44:06 +02:00
Victor Wheeler 45e4041d09 fix(custom.js): fix to correctly deal with when...
...JSON file contains 1 or more objects, but no actual content.
2025-06-03 15:44:06 +02:00
Victor Wheeler 4c6624b79f fix: add brotli module required for fonttools to...
...deal with woff fonts.
2025-06-03 15:44:06 +02:00
Victor Wheeler 77cfa87e7d docs: add dynamic announcements from remote .JSON
Remote `banner.json` file (controlled by LVGL, LLC.) controls dynamic
announcements at the top of each page.  The file is fetched via JavaScript
and announcements added atop each page after being loaded.
2025-06-03 15:44:06 +02:00
Victor Wheeler 2129d37bca docs(furo): convert to furo theme...
requirements.txt, conf.py and page.html template:
-------------------------------------------------
- Remove `sphinx_rtd_theme` items.
- Add `furo` theme items.
- Remove `layout.html` template -- `furo` theme doesn't use it.

Top index.rst:
--------------
- Remove hidden TOC (not compatible with `furo` theme).
- Add back in message at end of build.py that 2 warnings are expected
  about 2 `.rst` files not being in any TOC.

Replacing things `sphinx_rtd_theme` did automatically:
------------------------------------------------------
- Include FontAwesome-related font and .css files needed by some of our styles.
- Include jQuery.js previously used by `sphinx_rtd_theme`.

For Documentation Version Selector:
-----------------------------------
- Selector and insertion method needed to be fixed to work with the
  Furo HTML element structure in the upper part of the nav sidebar.
- Moved styling from `page.html` template to `custom.css`.
- Fix dropdown coloring so it switches with (light/dark) theme.
- Document JavaScript added by `page.html` template.
2025-06-03 15:44:06 +02:00
Gabor Kiss-Vamosi c033a98afd chore: update version numbers v9.3.0 2025-06-03 13:57:17 +02:00
Gabor Kiss-Vamosi 7960e711ee docs: add CHANGELOG 2025-06-03 13:51:56 +02:00
Gabriel Wang 1f5bb602a6 chore(cmsis-pack): update cmsis-pack for v9.3.0 release (#8113)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Co-authored-by: André <andre_miguel_costa@hotmail.com>
2025-06-03 12:46:55 +02:00
William Spinelli cbebc4bc3e fix(nema_gfx): fix STM32U5 compilation with NEMAGFX enabled and NEMAVG disabled (#8291) 2025-06-03 11:13:01 +02:00
VIFEX b9e5fab393 fix(vg_lite): add nullptr check for vg_dash_pattern (#8352)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2025-06-03 09:43:15 +02:00
lizhaoming db321875dd fix(example): fix params to lv_rand call (#8324)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
2025-06-02 17:16:21 +02:00
Liam Howatt dce1aa8cdf fix(NemaGFX): get the static bitmap even if bpp is not 8 (#8347) 2025-06-02 17:13:52 +02:00
jianglianfang 1dc4096242 fix(core):fix overflow_const issue
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2025-06-02 17:13:41 +02:00
jianglianfang 15db6f0fcc fix(draw): init mask_stride when sw draw triangle
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2025-06-02 17:13:41 +02:00
anaGrad 23bad41299 feat(wayland): add dmabuf support with g2d (#8122)
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
Signed-off-by: Cosmin Radu <cosmin.radu_1@nxp.com>
Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Co-authored-by: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
Co-authored-by: Cosmin Radu <cosmin.radu_1@nxp.com>
2025-06-02 16:29:38 +02:00
Liam Howatt 1621751fb0 fix(NemaGFX): new label static bitmap handling and fix area move bug (#8332) 2025-06-02 10:44:48 -03:00
Liam Howatt 76f742c1fe fix(esp/nuttx): add missing include (#8344) 2025-06-02 12:54:29 +02:00
caibutshuai 7ad7f41e32 fix(display): fix divide by stride of zero value (#8308)
Signed-off-by: zhouxingjian <zhouxingjian@xiaomi.com>
2025-06-02 12:49:51 +02:00
André Costa d290f4e8fe fix(calendar): allow setting years in ascending order (#8315) 2025-06-02 12:49:12 +02:00
红桃六 26587238ae fix(calendar): fixed macro comparing unsigned value to 0 (#8316)
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2025-06-02 12:47:59 +02:00
André Costa 308f1830cd fix(sysmon): define perf monitor log mode when perf monitor is not enabled (#8329) 2025-06-02 12:44:47 +02:00
Fabian Blatz 0fda1a577c fix(themes): Fix mono theme init (#8343) 2025-06-02 12:41:34 +02:00
红桃六 44b76b239e fix(chart): fix variable overflow (#8318)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2025-05-29 11:02:04 +02:00
André Costa a3a8586459 fix(evdev): mark unused variable as unused (#8330) 2025-05-29 10:39:22 +02:00
红桃六 b2f194e082 fix(span): fix dereference obj before checking for null (#8317)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2025-05-28 20:31:59 +08:00
André Costa 37f73364b4 fix(draw_img): pass correct variable to LV_DRAW_SW_IMAGE (#8314) 2025-05-28 09:22:20 +02:00
André Costa e6ad1ce23a perf(blend): fix loop unrolling condition (#8306)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
2025-05-27 10:22:04 +02:00