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