aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino
Commit message (Collapse)AuthorAge
* chore(examples): fixes a typo in the Arduino example (#6464)Mohammed Aslam2024-07-05
|
* chore: update some code and docs to use v9 API (#5876)zylalx12024-04-10
| | | Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
* feat(example): make "LVGL_Arduino.ino" easier to use (#6001)Klaus Musch2024-04-06
|
* fix(example): LVGL_Arduino.ino millis() as tick source (#5999)Klaus Musch2024-04-05
|
* docs(arduino): update tick setup (#5832)Gabor Kiss-Vamosi2024-03-12
|
* fix(arduino): update example LVGL_Arduino.ino for v9 (#5499)danie1kr2024-01-27
|
* refactor(driver): rename dev to drivers + Arduino update (#5377)Gabor Kiss-Vamosi2024-01-18
|
* docs(arduino): update the comments in /LVGL_Arduino.inoGabor Kiss-Vamosi2023-04-28
|
* fix(arduino): fix unsafe log printing (#4125)_VIFEXTech2023-04-11
| | | Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
* docs(arduino): add note to not use lv_examles libraryGabor Kiss-Vamosi2023-03-14
| | | | fixes #4054
* arch(driver): new driver architecture with new color format supportGabor Kiss-Vamosi2023-02-20
|
* fix(arduino): fix typoGabor Kiss-Vamosi2023-02-04
|
* fix(arduino): fix the include path of the demos and examplesGabor Kiss-Vamosi2023-02-04
| | | | related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
* example(arduino): fix the example INO file.Gabor Kiss-Vamosi2022-10-06
| | | | fixes: #3686
* chore: many trivial spelling and layout fixes (#3008)ckielstra2022-01-17
| | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* fix(example): update LVGL_Arduino.inoGabor Kiss-Vamosi2021-12-21
|
* Fix buf name error for "lv_port_disp_template.c" and optimize the arduino ↵Hotakus2021-08-24
| | | | | | | | | | | | | 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
* fix(arduino) fix the prototype of my_touchpad_read in the LVGL_Arduino.inodronecz2021-06-10
|
* update to work with Arduino (#2200)ataweg2021-05-03