1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

64 Commits

Author SHA1 Message Date
Liam
09d9c575b6
feat(drivers): add STM32 LTDC support (#7059) 2024-10-15 12:05:19 +02:00
lion2tomato
5081fbcc71
fix(independent_heap): add independent heap enable option (#6953)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
2024-10-14 11:08:46 +02:00
Liam
0efa5f3758
feat(opengl): texture caching (#6861)
Co-authored-by: JWBverheesen <31246830+JWBverheesen@users.noreply.github.com>
2024-10-13 08:17:12 +02:00
Liam
30193c1035
feat(draw): add NemaGFX rendering backend (#7002)
Co-authored-by: Ioannis Markopoulos <Ioannis_Markopoulos@amat.com>
2024-10-13 08:13:56 +02:00
Gabriel
0718a12818
docs(yocto): add guide to integrate lvgl recipe in Yocto (#7024) 2024-10-10 23:01:30 +08:00
Cosmin-Daniel Radu
b8b581a83d
feat(nxp): Release/nxp patches for LVGL master (#6978)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-10-08 16:30:36 +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
Victor Wheeler
0d96816722
fix: eliminate misc sphinx warnings... (#6929) 2024-09-26 12:09:04 +02:00
Liam
bdb5806fdf
feat(dma2d): add basic support (#6691) 2024-09-11 09:48:43 +02:00
Gabor Kiss-Vamosi
5809f0a870
docs(arm): add to index and update Arm2D docs (#6768) 2024-09-02 11:46:54 +08: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
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
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
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
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
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
Christian Eggers
0952087285
docs: update the drivers description (#6423) 2024-07-15 18:41:09 +02:00
Liam
af041657aa
fix(Windows): use global lock (#6425) 2024-07-08 11:38:47 +08: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
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
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
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
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
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
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
Gabor Kiss-Vamosi
be4a9d1e73 docs(renesas): update links 2024-04-19 02:09:13 +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
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
Zoltan Janosy
63842f8fec
docs(st7789): updated the docs + added code example and step-by-step guide for STM32 (#5511)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
2024-03-12 15:43:56 +01:00
Gabor Kiss-Vamosi
803ca4aa63
docs(arduino): update tick setup (#5832) 2024-03-12 15:41:10 +08:00
IAMLIUBO
745ef50e65
doc(stm32): fix typo (#5772)
Signed-off-by: imliubo <imliubo@makingfun.xyz>
2024-03-01 17:26:24 +08:00
Kenji Mouri (Qi Lu)
467d5bd77f
fix(windows): improve graphic performance via using high resolution tick count and timer delay implementation (#5711) 2024-02-22 15:02:14 +08:00
Kenji Mouri (Qi Lu)
049c343690
fix(windows): improve the document (#5699) 2024-02-21 15:28:43 +08:00
PGNetHun
bc7d95c628
docs(micropython): update MicroPython examples in documentation (#5622) 2024-02-07 21:57:51 +01:00
Ju1He1
c1c3580c5a
optinally install demos and libs as well (#5387)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-02-02 10:24:51 +08:00
J. Neuschäfer
b6bb3a5329
docs(pc-simulator): Document how to set up SDL manually, without IDE (#5563)
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
2024-02-02 10:20:21 +08:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver (#5486) 2024-01-29 13:14:37 +01:00
J. Neuschäfer
e301af41c7
feat(doc): Update display-related documentation to new API (#5489) 2024-01-26 01:38:26 +08:00
Johannes Marbach
03cf1d1a0c
feat(fbdev): add docs and allow forcing refresh (#5444) 2024-01-24 14:38:18 +01:00