embeddedt
9771050b99
chore(format) add formatting for examples & demos, merge test config
2022-02-13 13:59:17 -05:00
ckielstra
b911b72f4b
docs: spelling fixes ( #2828 )
2021-11-23 10:50:18 +01:00
embeddedt
d8a3d3d0d7
fix(template) update indev template for v8
...
A few APIs were missed in the last attempt.
Fixes #2363
2021-07-11 15:47:23 -04:00
Gabor Kiss-Vamosi
0ae15bd470
fix(template) include lvgl.h in lv_port_*_template.c files
...
fixes : #2361
2021-07-09 13:29:29 +02:00
Gabor Kiss-Vamosi
039ed0baa6
feat(indev) change the prototype of indev read_cb
...
Instead of returning bool to indicate that there is more data to read
set data->continue_reading = true.
It's less error porne because if the user doesn't set the flag the indev will be read once
which is usually the inteded behaviour.
2021-05-12 14:24:57 +02:00
Gabor Kiss-Vamosi
666653efe7
fix(refresh): do not redraw the whole object if only part's style changes on a new state
2021-03-19 16:01:26 +01:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Xiang Xiao
81b13bf3b6
Remove the double empty lines from all source files ( #2009 )
...
* Run dos2unix for all source files
* Remove the trail space from all source files
* Remove the double empty lines from all source files
2021-01-11 14:28:00 +01:00
Gabor Kiss-Vamosi
069e24bdb2
add examples folder with arduio examples and move porting folder there
2020-06-28 20:37:32 +02:00