Gabriel Wang
|
51b8d8e4ea
|
chore(cmsis-pack): prepare for releasing LVGL9 (#5417)
|
2024-01-22 18:05:05 +01:00 |
|
Gabor Kiss-Vamosi
|
0a0f4b484d
|
refactor(driver): rename dev to drivers + Arduino update (#5377)
|
2024-01-18 14:29:39 +01:00 |
|
Gabriel Wang
|
78a6b2f425
|
chore(cmsis-pack): prepare for LVGL9 release (#5323)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-01-15 19:50:03 +01:00 |
|
Kenji Mouri (Qi Lu)
|
cab1336d8e
|
feat(drivers): add Windows backend for LVGL v9 (#5313)
|
2024-01-14 16:35:35 +01:00 |
|
Gabor Kiss-Vamosi
|
b4cf95e7fa
|
fix: remove LV_USE_DEV_VERSION (#5312)
|
2024-01-14 16:16:00 +01:00 |
|
Benign X
|
a34f490394
|
feat(cache): new cache framework (#5049)
Co-authored-by: _VIFEXTech <vifextech@foxmail.com>
|
2023-12-25 11:37:59 +08:00 |
|
Neo Xu
|
8e055dee81
|
fix(lz4): do not expose internal lz4.h (#5069)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-20 20:25:02 +01:00 |
|
Gabor Kiss-Vamosi
|
d5daccdd48
|
docs: update API comments
|
2023-12-13 22:23:03 +01:00 |
|
Neo Xu
|
de77e77882
|
chore(decoder): remove RLE image decoder (#4923)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-12-06 09:52:12 +01:00 |
|
Benign X
|
5d38a26a8a
|
feat(lv_lru_rb): add rb tree based lru cache manager (#4670)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-11-30 09:44:45 +01:00 |
|
Benign X
|
71da024e55
|
feat(lv_rb_t): add red black tree to lvgl (#4585)
|
2023-11-30 09:42:39 +01:00 |
|
Neo Xu
|
fea780e837
|
feat(lib): add lz4 lib support (#4872)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-11-28 15:05:16 +01:00 |
|
Neo Xu
|
6be9592e8b
|
refactor(image decoder): move lvgl binary image decoder to standalone file (#4829)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-11-19 21:53:40 +01:00 |
|
gcopoix
|
5267c0b9f4
|
feat(drivers): add x11 driver (display/input) support (#4795)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
|
2023-11-15 14:08:03 +01:00 |
|
Gabor Kiss-Vamosi
|
51bc45f870
|
refactor(font_load): rename font_load to binfont_load
font_load was to generic
|
2023-11-14 08:48:28 +01:00 |
|
Neo Xu
|
d73f260002
|
feat(image): add custom RLE decoder (#4332)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2023-11-13 08:38:27 +01:00 |
|
Zhang Ji Peng
|
8cf0bbb558
|
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-11-09 11:37:33 +01:00 |
|
bjsylvia
|
d98e7b27cb
|
feat(nuttx): add libuv mode for nuttx dev and poll for nuttx fbdev (#4683)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-10-24 15:00:47 +02:00 |
|
Niklas Fiekas
|
3dbb103c42
|
feat(dev): port evdev input driver (#4672)
|
2023-10-20 23:57:11 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
bjsylvia
|
17d0f568c8
|
feat(nuttx): refactor Nuttx porting layer (#4634)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
|
2023-10-11 06:38:36 +02:00 |
|
Gabor Kiss-Vamosi
|
80149e7f98
|
refactor(msg): remove lv_msg in favor of lv_observer
|
2023-10-10 20:48:46 +02:00 |
|
Zoltan Janosy
|
4f541cf523
|
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-09 23:20:29 +02:00 |
|
terry.rong
|
064a844d74
|
feat(disp): update nuttx disp framebuffer (#4591)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
|
2023-09-25 10:59:41 +02:00 |
|
_VIFEXTech
|
9937138392
|
feat(libs): add libpng decoder (#4569)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-25 10:28:35 +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 |
|
_VIFEXTech
|
e53cd59fcb
|
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-20 10:38:47 +02:00 |
|
_VIFEXTech
|
45fb2148d5
|
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-20 10:30:04 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
ca55b2ed8d
|
arch(img_decoder): replace read_liine_c with get_area_cb
also remove sjpeg support as get_area_cb can de quite same (some optimization is still needed to not decode the out of bounds chunks)
|
2023-09-18 21:19:00 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
Carlos Diaz
|
5c1fc63647
|
feat(scale): add the lv_scale widget (#4196)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-08-31 15:09:40 +02:00 |
|
Gabor Kiss-Vamosi
|
0b83a82a07
|
feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
|
2023-08-19 01:42:37 +02:00 |
|
Peter Bee
|
2cdd41345a
|
feat(dev): add nuttx lcd driver (#4377)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2023-07-17 08:03:33 +02:00 |
|
Peter Bee
|
0aa856aeb7
|
feat(driver): add NuttX fbdev and touchscreen support (#4360)
|
2023-07-13 20:31:33 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|
_VIFEXTech
|
06b3b62475
|
feat(profiler): add built-in profiler (#4255)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
|
2023-06-05 16:53:57 +02:00 |
|
Johannes Marbach
|
0a62fd692e
|
feat(disp): port DRM driver from lv_drivers (#4253)
|
2023-05-29 13:48:15 +02:00 |
|
_VIFEXTech
|
4658c27f37
|
refact(monitor): refact system monitor component (#4195)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
|
2023-05-02 10:40:13 +02:00 |
|
_VIFEXTech
|
9b5f7d91af
|
feat(refr): implement the monitor component (#4121)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-05-01 09:56:53 +02:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
Karim
|
abdaa4c6af
|
chore(lvgl): add the new lv_layouts.h header file (#3927)
|
2023-01-16 09:28:44 +01:00 |
|
_VIFEXTech
|
889634398a
|
feat(libs): add barcode widget (#3778)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2022-12-11 11:48:03 +01:00 |
|
honey the codewitch
|
57e0943b10
|
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-09-26 17:30:07 +02:00 |
|
Yobe Zhou
|
f09c04b935
|
feat(file_explorer): add API to use file explorer (#3601)
Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-09-04 16:57:15 +02:00 |
|
Gabor Kiss-Vamosi
|
c79501bdce
|
arch: use a flatter directory structure
|
2022-07-20 11:32:47 +02:00 |
|
Gabor Kiss-Vamosi
|
27cf84637d
|
chore: bump version numbers to v9.0.0-dev
|
2022-07-07 08:40:07 +02:00 |
|
Gabor Kiss-Vamosi
|
eb992e2355
|
set version numbers to v8.3.0
|
2022-07-06 10:28:20 +02:00 |
|
Xiang Xiao
|
ff0bf6386d
|
chore(lvgl.[h|mk]): don't include the grandchildren file (#3145)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-03-04 21:00:13 +01:00 |
|
Gabor Kiss-Vamosi
|
23c7b2dbf2
|
change version numbers to v8.3.0-dev
|
2022-01-31 13:35:13 +01:00 |
|