Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore(examples): fixes a typo in the Arduino example (#6464) | Mohammed Aslam | 2024-07-05 |
| | |||
* | chore: update some code and docs to use v9 API (#5876) | zylalx1 | 2024-04-10 |
| | | | Co-authored-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | feat(example): make "LVGL_Arduino.ino" easier to use (#6001) | Klaus Musch | 2024-04-06 |
| | |||
* | fix(example): LVGL_Arduino.ino millis() as tick source (#5999) | Klaus Musch | 2024-04-05 |
| | |||
* | docs(arduino): update tick setup (#5832) | Gabor Kiss-Vamosi | 2024-03-12 |
| | |||
* | fix(arduino): update example LVGL_Arduino.ino for v9 (#5499) | danie1kr | 2024-01-27 |
| | |||
* | refactor(driver): rename dev to drivers + Arduino update (#5377) | Gabor Kiss-Vamosi | 2024-01-18 |
| | |||
* | docs(arduino): update the comments in /LVGL_Arduino.ino | Gabor Kiss-Vamosi | 2023-04-28 |
| | |||
* | fix(arduino): fix unsafe log printing (#4125) | _VIFEXTech | 2023-04-11 |
| | | | Signed-off-by: FASTSHIFT <vifextech@foxmail.com> | ||
* | docs(arduino): add note to not use lv_examles library | Gabor Kiss-Vamosi | 2023-03-14 |
| | | | | fixes #4054 | ||
* | arch(driver): new driver architecture with new color format support | Gabor Kiss-Vamosi | 2023-02-20 |
| | |||
* | fix(arduino): fix typo | Gabor Kiss-Vamosi | 2023-02-04 |
| | |||
* | fix(arduino): fix the include path of the demos and examples | Gabor Kiss-Vamosi | 2023-02-04 |
| | | | | related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482 | ||
* | example(arduino): fix the example INO file. | Gabor Kiss-Vamosi | 2022-10-06 |
| | | | | fixes: #3686 | ||
* | chore: many trivial spelling and layout fixes (#3008) | ckielstra | 2022-01-17 |
| | | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | fix(example): update LVGL_Arduino.ino | Gabor Kiss-Vamosi | 2021-12-21 |
| | |||
* | Fix buf name error for "lv_port_disp_template.c" and optimize the arduino ↵ | Hotakus | 2021-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.ino | dronecz | 2021-06-10 |
| | |||
* | update to work with Arduino (#2200) | ataweg | 2021-05-03 |
| | |||
* | fix(comment): remove the space after /* and before */ | Xiang Xiao | 2021-03-18 |
| | |||
* | fix conflicts | Gabor Kiss-Vamosi | 2021-03-17 |
|\ | |||
| * | fix(disp): change all disp_buf to draw_buf | Xiang Xiao | 2021-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.ino | Xiang Xiao | 2021-03-14 |
| | | | | | | | | since LV_HOR_RES_MAX doesn't exist anymore | ||
* | | fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino | Xiang Xiao | 2021-03-17 |
|/ | | | | since LV_HOR_RES_MAX doesn't exist anymore | ||
* | fix(task): change all task related term to timer | Xiang Xiao | 2021-03-03 |
| | | | | follow up the task module change | ||
* | add lv_components as src/extra and minor fixes | Gabor Kiss-Vamosi | 2021-02-04 |
| | |||
* | cleant the Arduino example folders | Gabor Kiss-Vamosi | 2020-09-16 |
| | |||
* | Update README.md | Gabor Kiss-Vamosi | 2020-08-13 |
| | |||
* | add examples folder with arduio examples and move porting folder there | Gabor Kiss-Vamosi | 2020-06-28 |