aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino
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
|
* fix(comment): remove the space after /* and before */Xiang Xiao2021-03-18
|
* fix conflictsGabor Kiss-Vamosi2021-03-17
|\
| * fix(disp): change all disp_buf to draw_bufXiang Xiao2021-03-14
| | | | | | | | | | | | | | | | | | 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
| * fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.inoXiang Xiao2021-03-14
| | | | | | | | since LV_HOR_RES_MAX doesn't exist anymore
* | fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.inoXiang Xiao2021-03-17
|/ | | | since LV_HOR_RES_MAX doesn't exist anymore
* fix(task): change all task related term to timerXiang Xiao2021-03-03
| | | | follow up the task module change
* add lv_components as src/extra and minor fixesGabor Kiss-Vamosi2021-02-04
|
* cleant the Arduino example foldersGabor Kiss-Vamosi2020-09-16
|
* Update README.mdGabor Kiss-Vamosi2020-08-13
|
* add examples folder with arduio examples and move porting folder thereGabor Kiss-Vamosi2020-06-28