DaPa
585bc329e6
Code comments spelling fixes
...
Also 2 files have tracing strings affected (shorter with 1 character):
- lv_obj.c, 1078: LV_LOG_WARN
- lv_hal_indev.c, 76: LV_LOG_WARN
2020-06-15 17:12:48 +03:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Themba Dube
4cb5ab4a03
Suspend the refresh task if a refresh is not necessary
2019-12-10 20:09:40 -05:00
Gabor Kiss-Vamosi
33bb0d8004
calnvas: create draw function which uses lv_draw_... function
2019-06-02 20:35:33 +02:00
Gabor Kiss-Vamosi
5243d235a6
lv_task: add user data and pass lv_task_t as task_cb parameter
2019-04-27 11:32:13 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
eb6daa51d7
move antialiasing and refr_task to the display level
2019-03-30 06:03:23 +01:00
Amir Gonnen
a9f807ac99
removed commented out function declarations
2019-03-18 10:00:09 +02:00
Amir Gonnen
85442c25c0
commented out functions without definition
...
Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00