Fabian Blatz
57b799f4fc
fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN ( #6851 )
2024-09-20 11:59:09 +08:00
Gabor Kiss-Vamosi
51f06c097d
feat(sdl_render): support all draw task types ( #6437 )
2024-08-26 10:46:40 +02:00
Erik Tagirov
e186b4c8b6
feat(driver): import Wayland driver from v8 ( #6549 )
2024-08-23 22:03:55 +02:00
Liu Yi
80b8c33f21
ci(sdl): add sdl build to ci test ( #6505 )
...
Signed-off-by: lhdjply <lhdjply@126.com>
Signed-off-by: Liu Yi <lhdjply@126.com>
2024-07-19 18:10:58 +08:00
Neo Xu
147ac8ec72
fix(test): fix compile error on macos ( #6377 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 16:36:01 +02:00
Dany.L
d85a39e78c
feat(opengles): add basic driver for opengles ( #6254 )
...
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-07 22:54:52 +02:00
Gabor Kiss-Vamosi
f2e81d80b3
ci(test): remove non-native builds and add native 32 and 64 bit builds instead
2024-05-23 18:25:17 +02:00
Johannes Marbach
1ea51ad616
fix(drm): eliminate use of non-existent lv_api_map.h and enable smoke tests ( #5694 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-22 12:19:23 +01:00
Neo Xu
f5f19ca7f0
feat(event): return event dsc for later to remove ( #5630 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-19 21:43:57 +01:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver ( #5486 )
2024-01-29 13:14:37 +01:00
Neo Xu
214d72da88
feat(test): automatically generate test image ( #4976 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:38:30 +01:00
Benign X
1563a2cce8
feat(script): add freetype install requirements ( #5155 )
2024-01-02 08:05:36 +01:00
Viktor Szépe
742682ae51
chore: fix execute permissions and shebangs ( #4695 )
2023-10-24 09:41:51 +02:00
_VIFEXTech
c4c4627ae0
feat(libs): add libjpeg-turbo decoder ( #4567 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-09-22 10:43:59 +02:00
Tomas Rezucha
e7a0f3b99c
fix various issues for esp32 ( #3007 )
...
* kconfig: Fix invalid dependancy in fsdrv
LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.
* ci: Get LVGL version from git tag
* docu: Update Espressif readme
* ci run apt update before installing
2022-01-14 12:47:49 -05:00
Chris Mumford
c11569dc5c
ci(tests) use common script to install development prereqs ( #2504 )
...
Simplified workflow and documentation, by moving the
development package prerequisites into a new build script
`scripts/install-prerequisites.sh`.
Also, moved prerequisite installation into its own CI step and
removed explicit working directory change as it is no longer
needed (`main.py` does it).
2021-08-27 18:57:46 -04:00