1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

29 Commits

Author SHA1 Message Date
Mohammed Aslam
382f5f1ef1
chore(examples): fixes a typo in the Arduino example (#6464) 2024-07-05 00:17:08 +02: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
Klaus Musch
b74d34407f
feat(example): make "LVGL_Arduino.ino" easier to use (#6001) 2024-04-06 12:10:32 +02:00
Klaus Musch
c9a6b25885
fix(example): LVGL_Arduino.ino millis() as tick source (#5999) 2024-04-05 16:23:43 +08:00
Gabor Kiss-Vamosi
803ca4aa63
docs(arduino): update tick setup (#5832) 2024-03-12 15:41:10 +08:00
danie1kr
42214e0780
fix(arduino): update example LVGL_Arduino.ino for v9 (#5499) 2024-01-27 15:11:11 +01:00
Gabor Kiss-Vamosi
0a0f4b484d
refactor(driver): rename dev to drivers + Arduino update (#5377) 2024-01-18 14:29:39 +01:00
Gabor Kiss-Vamosi
beafff2661
docs(arduino): update the comments in /LVGL_Arduino.ino 2023-04-28 14:10:26 +02:00
_VIFEXTech
9eb0c021a9
fix(arduino): fix unsafe log printing (#4125)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-04-11 10:57:44 +02:00
Gabor Kiss-Vamosi
e26a46c43c docs(arduino): add note to not use lv_examles library
fixes #4054
2023-03-14 07:38:14 +01:00
Gabor Kiss-Vamosi
124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabor Kiss-Vamosi
b9b55a9eed fix(arduino): fix typo 2023-02-04 17:41:42 +01:00
Gabor Kiss-Vamosi
801d776e78 fix(arduino): fix the include path of the demos and examples
related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
2023-02-04 17:40:52 +01:00
Gabor Kiss-Vamosi
66a36b7ba9 example(arduino): fix the example INO file.
fixes: #3686
2022-10-06 14:24:55 +02:00
ckielstra
febafd1cc7
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-17 08:10:23 -05:00
Gabor Kiss-Vamosi
d79283c145
fix(example): update LVGL_Arduino.ino 2021-12-21 10:21:40 +01:00
Hotakus
6a5c0b4a70
Fix buf name error for "lv_port_disp_template.c" and optimize the arduino example (#2475)
* fix(buf) correct the name error

* fix(format) make the indent become 4 space

* fix(print) use lv_version_xxx  to serial for debug

* fix(arduino) optimize the code

* fix(arduino) use lv_version_xxx to serial
2021-08-24 14:27:36 +02:00
dronecz
1a62f7a619
fix(arduino) fix the prototype of my_touchpad_read in the LVGL_Arduino.ino 2021-06-10 14:27:18 +02:00
ataweg
d7d36f89b3
update to work with Arduino (#2200) 2021-05-03 20:26:10 +02:00
Xiang Xiao
9254a7ea14 fix(comment): remove the space after /* and before */ 2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
87c4a0ffef fix conflicts 2021-03-17 10:24:48 +01:00
Xiang Xiao
5f042a8c5f fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-17 10:20:29 +01:00
Xiang Xiao
1f3ae7f274 fix(disp): change all disp_buf to draw_buf
follow up the commit:
commit e9cc1c2d4676b3863a85f35a79162ecedd280213
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Mar 10 13:07:15 2021 +0100

    feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-14 21:39:05 +08:00
Xiang Xiao
1da95cf534 fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-14 21:10:58 +08:00
Xiang Xiao
33b5ee3ad2 fix(task): change all task related term to timer
follow up the task module change
2021-03-03 14:32:25 +08:00
Gabor Kiss-Vamosi
8a1af8646f add lv_components as src/extra and minor fixes 2021-02-04 14:46:11 +01:00
Gabor Kiss-Vamosi
d547d8afe1 cleant the Arduino example folders 2020-09-16 11:50:41 +02:00
Gabor Kiss-Vamosi
de1ccc269c
Update README.md 2020-08-13 23:28:03 +02:00
Gabor Kiss-Vamosi
069e24bdb2 add examples folder with arduio examples and move porting folder there 2020-06-28 20:37:32 +02:00