Commit Graph

1069 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
bdba77287c
chore: use the new labels in GitHub actions and docs (#6940) 2024-09-30 17:38:49 +02:00
Victor Wheeler
0458acd998
fix(docs): fix most sphinx warnings (#6916)
Co-authored-by: Kevin Schlosser <kdschlosser@users.noreply.github.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-30 14:57:22 +02:00
Gabor Kiss-Vamosi
0daebca18b
feat(render): basic of tiled rendering (#6761) 2024-09-27 11:50:27 +02:00
Victor Wheeler
911c7e8e72
fix(docs): eliminate 2 types of sphinx warnings: (#6928)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-26 16:51:06 +02:00
Victor Wheeler
0d96816722
fix: eliminate misc sphinx warnings... (#6929) 2024-09-26 12:09:04 +02:00
Gabor Kiss-Vamosi
99b2061d5b
docs(event): minor naming fixes (#6939) 2024-09-26 11:16:48 +02:00
Lorenzo Arena
ff3ffb8eeb
feat(animimg): add getter function for underlying animation (#6838) 2024-09-20 10:50:17 +02:00
Narukara
9ad396bab4
docs: fix typo in introduction (#6871) 2024-09-20 10:46:16 +08:00
lizhaoming19980614
a37f84f34c
feat(switch): add vertical switch function (#6786)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
Co-authored-by: 100ask <support@100ask.net>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-14 12:04:51 +08:00
Niklas Fiekas
651f69fd47
feat(indev): detect double and triple click (closes #6020) (#6187) 2024-09-12 09:27:25 +02:00
Victor Wheeler
d4715a9c63
fix(docbuild): update style doc to reflect Doxygen needs (#6705)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-11 09:59:29 +02:00
Liam
bdb5806fdf
feat(dma2d): add basic support (#6691) 2024-09-11 09:48:43 +02:00
Gabor Kiss-Vamosi
1725a3bc08
docs(os): fix formatting (#6829) 2024-09-11 15:09:41 +08:00
Moritz Schneider
f4d52cd9ae
feat(freetype): add colored glyphs support (#6686)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-04 12:15:49 +02:00
Luca Vanesche
e4e1b26d1d
fix(arc): ignore hits that are outside drawn background arc (#6753) 2024-09-03 11:55:55 +02:00
Gabor Kiss-Vamosi
5809f0a870
docs(arm): add to index and update Arm2D docs (#6768) 2024-09-02 11:46:54 +08:00
Gabor Kiss-Vamosi
72dfc1d751 docs(CHANGELOG): fix formatting 2024-08-27 00:08:10 +02:00
Gabor Kiss-Vamosi
963f88d898 chore: minor docs and other updates 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
45c485ecae docs(hover): remove 'not supported yet' notes 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
9d781406c6 docs: add CHANGELOG for v9.2 2024-08-26 21:39:11 +02:00
nicusorcitu
2b33f8b0a7
perf(nxp): v9.1.0 upstream vglite optimization (#6646)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-08-26 20:11:26 +02:00
Gabor Kiss-Vamosi
3147fc2f52
fix(i1): fix compiler and runtime issues with I1 rendering (#6714)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-26 12:30:40 +02:00
Victor Wheeler
fe2331489b
docs(label): fix unintentional definition list in parts and styles section (#6735) 2024-08-26 16:54:24 +08:00
Gabor Kiss-Vamosi
e28caac406
docs(arm): add overview docs for Arm (#6712) 2024-08-24 08:45:38 +02:00
Erik Tagirov
e186b4c8b6
feat(driver): import Wayland driver from v8 (#6549) 2024-08-23 22:03:55 +02:00
Liam
69d440335f
fix(fs): remove Arduino SD initialization (#6725) 2024-08-23 08:16:52 +02:00
Gabor Kiss-Vamosi
a7853fbe56
docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
becseya
a476098fcc
feat(fs): default drive letter + ESP FS docs (#6367)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-21 11:47:29 +02:00
Fabian Blatz
b78a4de898
chore(docs): update Zephyr documentation (#6581) 2024-08-21 11:46:40 +02:00
Neo Xu
afcf722e6f
fix(objid): free old id before assign new one (#6697)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-21 10:20:37 +02:00
Tomas Rezucha
58c7bb110a
docs(espressif): Update Espressif's documentation with esp_lvgl_port (#6658) 2024-08-15 09:40:41 +02:00
Liam
44eb318d54
feat(opengles): multiple windows and embed user opengl textures (#6600)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
2024-08-15 11:06:59 +08:00
Liam
cda2d609bb
feat(obj): add lv_obj_null_on_delete (#6599) 2024-08-13 23:58:03 +08:00
Carlos Diaz
5cc4aec82a
docs(scale): Add note about major tick label calculation when no custom labels are set (#6585) 2024-08-12 14:52:12 +02:00
razor5k
bd7ef59034
docs: Added docs for BDF fonts (#6398)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-06 10:37:46 +08:00
elahav
6de668fe4a
docs(qnx): reflect on the changed build directory (#6583)
Co-authored-by: Elad Lahav <elahav@qnx.com>
2024-08-05 11:02:22 +02:00
Liam
a246b47e5a
docs(msgbox): update to reflect latest (#6603) 2024-08-02 12:21:26 +08:00
Visa Harvey
a623a5ca3d
fix(tiny_ttf): fix no cache and formatting cleanup (#6568) 2024-08-01 11:09:55 +02:00
Fabian Blatz
a2fb2808ba
fix(kconfig): Do not set LV_CONF_SKIP by default (#6562) 2024-07-26 09:53:43 +02:00
VIFEX
966d952bb7
docs: add VG-Lite related documents (#6557)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-26 12:20:38 +08:00
Gabor Kiss-Vamosi
56d1538ade
docs(qnx): add to index.rst (#6572) 2024-07-25 17:14:56 +02:00
elahav
91cd8ecf90
feat(drivers): initial implementation of a QNX screen driver (#6507)
Co-authored-by: Elad Lahav <elahav@qnx.com>
2024-07-25 14:26:09 +02:00
Fabian Blatz
790aa5a529
feat(draw/sw): add support for LV_COLOR_FORMAT_I1 (#6345)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-07-19 12:10:28 +02:00
Clyde Stubbs
aa3320db53
docs: fix flush_cb typo (#6523) 2024-07-19 18:03:43 +08:00
Christian Eggers
0952087285
docs: update the drivers description (#6423) 2024-07-15 18:41:09 +02:00
Visa Harvey
730a3bd76f
refactor(tiny_fft): refactor tiny_ttf cache with updated improvements (#6441)
Co-authored-by: Benign X <1341398182@qq.com>
Co-authored-by: Visa Harvey <visa.harvey@semel.fi>
2024-07-11 08:23:20 +02:00
Liam
af041657aa
fix(Windows): use global lock (#6425) 2024-07-08 11:38:47 +08:00
Gabor Kiss-Vamosi
f8c26ea150
feat(observer): add lv_obj_remove_from_subject (#6341) 2024-07-07 12:30:55 +08:00
Liu Yi
b6998e8aa0
chore(logo): update lvgl logo (#6416)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-07-05 00:19:44 +02:00
Josh Soref
df0d36f02a
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Akos Becsey
fd79a4f427 feat(glcdc): screen rotation support 2024-06-26 23:08:32 +02:00
becseya
df73e12464
docs(renesas): update board videos, fix typos (#6429) 2024-06-26 22:02:39 +02:00
Gabor Kiss-Vamosi
2d7a9ac232
docs(README): fix broken images (#6404) 2024-06-23 18:53:07 +08:00
Gabor Kiss-Vamosi
e4258be5a5
docs(build): fix build error (#6403) 2024-06-21 23:06:02 +08:00
Gabor Kiss-Vamosi
b56faf842f
docs(README): fix links (#6383) 2024-06-21 16:41:03 +08:00
Carlos Diaz
acfe1ba0cd
feat(scale): set tick drawing order (#6185)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-20 22:07:39 +02:00
Kevin Schlosser
ec80fe49fa
feat: add API JSON generator (#5677)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-06-20 22:02:25 +02:00
Niklas Fiekas
063a09de92
docs(tileview): fix tileview column/row argument order (#6388) 2024-06-20 13:10:21 +02:00
Neo Xu
438e943937
feat(property): add property name (#6329)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 18:06:16 +02:00
Paul Hamshere
af6702858c
docs: add evdev documentation (#6376)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-18 10:07:38 +08:00
Neo Xu
cab55d8e5a
feat(obj): add API to set/get object ID. (#6278)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-12 17:39:59 -04: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
becseya
ceadda8a46
feat(drivers): GLCDC support for RX72 family (#6291) 2024-06-03 19:43:35 +02:00
Fabian Blatz
70ed004ef3
feat(demos): add demo for the OSAL (#6182)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-01 10:46:13 +08:00
Gabor Kiss-Vamosi
607ac06044
docs(quick-overview): update indev create to v9 (#6282) 2024-06-01 10:18:55 +08:00
Liam
5618ac915a
fix(docs): Fix failing docs build in master since lottie (#6316) 2024-06-01 09:48:55 +08:00
Neo Xu
71df208074
feat(property): add style selector support for property API (#6275)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-05-31 10:49:19 +08:00
lhdjply
b9278aed00
docs(lottie): fix missing lottie link on the widgets index (#6272)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-05-27 19:27:06 +02:00
Gabor Kiss-Vamosi
340fee4106
docs(quick-overview): clarify which folders are required (#6250)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-05-27 19:47:36 +08:00
Gabor Kiss-Vamosi
39382719be
docs(simulator): update simulator page and mention lv_port_linux (#6205)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-05-24 11:44:19 +08:00
Gabor Kiss-Vamosi
9c5ca0e081 feat(lottie): add ThorVG based lottie widget 2024-05-23 18:25:17 +02:00
Akos Becsey
4d12d64e4e feat(drivers): Renesas GLCDC display dirver 2024-05-23 00:44:41 +02:00
Akos Becsey
5ed3a064c1 docs(global): decoration should be as long as the text 2024-05-23 00:44:41 +02:00
Liam
4e85b0faa5
feat(fs): file writes update the file cache (#6186)
Co-authored-by: kevinkang-Globe <139213362+kevinkang-Globe@users.noreply.github.com>
2024-05-13 19:09:22 +02:00
becseya
bb9ff17af1
fix(docs): fix broken links (#6207) 2024-05-13 19:08:33 +02:00
Joseph Chen
d0c88f2769
feat(os): add mqx for osal (#6191) 2024-05-09 22:00:53 +02:00
Liam
a1a909fc24
feat(gridnav): single axis movement flags (#6044) 2024-05-02 21:54:25 +08:00
Yobe Zhou
94651d8620
docs(coord): fix the layout of overview (#6112) 2024-05-02 21:32:11 +08:00
Liam
eb1fe43595
chore(style): use lv_part_t type where suitable (#6075) 2024-04-30 11:00:05 +02:00
Clyde Stubbs
2575978e66
fix(docs): fix typo for LV_KEYBOARD_MODE_SPECIAL (#6136) 2024-04-29 20:28:52 +02:00
embeddedt
5894d53840
fix(docs): use find_version helper in build script (#6122) 2024-04-25 10:39:59 +02:00
Gabor Kiss-Vamosi
1dfd782714 docs(faq): lv_display_t, lv_indev_t, and lv_fs_drv_t doesn't have to be static 2024-04-21 09:16:07 +08:00
Gabor Kiss-Vamosi
be4a9d1e73 docs(renesas): update links 2024-04-19 02:09:13 +08:00
GoT
d0436fbb59
feat(drv): Implement Arduino SD driver (#5968) 2024-04-18 15:06:17 +02:00
Liam
bcc3059c19
fix(bin_decoder): fix memory leak (#5990) 2024-04-12 15:46:04 +02:00
lhdjply
f78a5761cc
docs(calendar): move instruction to the usage section (#6045)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-12 01:10:23 +08:00
zylalx1
47ec2784d8
chore: update some code and docs to use v9 API (#5876)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-04-10 15:17:44 +08:00
lhdjply
466e29a1be
feat(calendar): add chinese calendar (#5940)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-08 14:06:22 +02:00
Klaus Musch
c9a6b25885
fix(example): LVGL_Arduino.ino millis() as tick source (#5999) 2024-04-05 16:23:43 +08:00
RoboSchmied
a3d20a78dd
docs: fix typo in the comments [ci skip] (#6027)
Signed-off-by: RoboSchmied <github@roboschmie.de>
2024-04-05 16:20:00 +08:00
Gabor Kiss-Vamosi
30d1a5cf9b
docs(renesas): fix the links (#5977) 2024-03-28 18:59:56 +01:00
Gabor Kiss-Vamosi
fea8a97f5f
docs(renesas): add a general introduction page (#5969) 2024-03-27 11:11:59 +01:00
Gabriel Wang
667f401db6
chore(cmsis-pack): minor update (#5948) 2024-03-26 10:59:47 +08:00
liamHowatt
0cdad0299d
chore(observer): rename lv_button_bind_checked to lv_obj_bind_checked (#5944) 2024-03-25 14:13:31 +08:00
Johannes Marbach
1b97f0f2c0
feat(fbdev,sdl): support display rotation (#5703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-03-21 19:36:38 +08:00
lhdjply
910257fa8a
docs(changelog): fixed changelog displaying no line breaks (#5931)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-21 19:22:45 +08:00
GoT
f4226cd7de
feat(fs): add Arduino ESP LittleFS driver (#5905) 2024-03-20 13:51:20 +01:00
Gabor Kiss-Vamosi
3c2a1935c8
docs: update changelog (#5923) 2024-03-20 10:43:01 +01:00
Gabor Kiss-Vamosi
54f9003722
feat(indev) Add crown support to pointer input device (#5057) 2024-03-19 10:10:28 +08:00
100ask
1cb3e219a9
docs: update README (#5841)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-18 17:54:45 +01:00