Xiang Xiao
1f3ae7f274
fix(disp): change all disp_buf to draw_buf
...
follow up the commit:
commit e9cc1c2d46
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
2021-03-14 21:39:05 +08:00
Gabor Kiss-Vamosi
e9cc1c2d46
feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-10 13:07:15 +01:00
Xiang Xiao
ffd9c47d3d
fix: remove the tail space after cast expression ( #2122 )
...
ensure the style consistency through the code base
2021-03-03 12:02:58 +01:00
Gabor Kiss-Vamosi
bcafd8a0b0
add some more logs
2021-03-01 11:57:49 +01:00
Gabor Kiss-Vamosi
8bc6931f7f
add many LV_LOG_TRACE-s
2021-02-28 20:42:48 +01:00
Gabor Kiss-Vamosi
cbfbcb47f9
feat(color): use colors from material design
...
Use function instead of color macros
2021-02-23 15:03:06 +01:00
Gabor Kiss-Vamosi
02c19eacab
fix warnings and make tests working
2021-02-14 22:07:38 +01:00
Gabor Kiss-Vamosi
7bec13c2b9
update asserts
2021-02-08 09:53:03 +01:00
Gabor Kiss-Vamosi
956a367dbc
refactoring
2021-02-07 22:39:54 +01:00
Gabor Kiss-Vamosi
063d17d842
rework widgets, refactoring, fixes
2021-02-07 12:37:37 +01:00
Gabor Kiss-Vamosi
8a1af8646f
add lv_components as src/extra and minor fixes
2021-02-04 14:46:11 +01:00
Gabor Kiss-Vamosi
5c5327f31a
clean up widgets
2021-02-01 14:55:08 +01:00
Gabor Kiss-Vamosi
e02c7bd415
add LV_DRAW_COMPLEX
2021-01-26 16:38:21 +01:00
Gabor Kiss-Vamosi
f84720aa95
merge master
2021-01-23 23:50:00 +01:00
Gabor Kiss-Vamosi
ea6ee3d198
refactoring and fixes
2021-01-23 20:46:42 +01:00
Gabor Kiss-Vamosi
1d6d2eb9d9
change custom drawer to event
2021-01-21 15:18:20 +01:00
Gabor Kiss-Vamosi
c64810dac4
add custom draw function to styles
2021-01-18 15:48:46 +01:00
Xiang Xiao
c9b97feea8
fix(formatting): various improvements ( #2028 )
...
* fix(formatting): Remove the duplicated space
* fix(formatting): Remove the duplicated 'the'
* fix(spell): run codespell -w for the code base
2021-01-17 09:03:31 -05: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
04aa8de0f3
change data inheritance model (drop ext)
2021-01-08 21:30:14 +01:00
embeddedt
74564b7c7e
fix(canvas): spelling in log messages
2021-01-07 07:46:20 -05:00
Gabor Kiss-Vamosi
132e79fa42
rework checkbox and add LV_SIGNAL_SELF_SIZE
2020-09-29 14:26:35 +02:00
Sven Krauß
28f74bd91d
Make several descriptor parameters const, update parameter docs.
...
Making the descriptor const allows to use static initialized variables.
2020-08-05 10:53:03 +02:00
Sven Krauß
b0e3f11da1
Make lv_draw_line_dsc_t parameters constant
2020-07-28 17:08:21 +02:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +02:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Gabor Kiss-Vamosi
a78687ee5d
add LV_USE_API_EXTENSION_V6 and LV_USE_IMG_TRANSFORM config options
2020-05-12 21:29:16 +02:00
Amir Gonnen
3f32911b90
Replace lv_point_t* to lv_point_t[] to represent point array
...
Needed for Micropython Bindings to identify the argument as an array instead of a pointer to a single lv_point_t
2020-05-12 01:08:50 +03:00
Gabor Kiss-Vamosi
aad8667a9f
run code formatter
2020-05-01 11:17:43 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Gabor Kiss-Vamosi
858c21d999
optmize lv_canvas_fill_bg
2020-03-31 12:14:45 +02:00
Gabor Kiss-Vamosi
3e5275708e
add custom memset and optimize masked belnding
2020-03-20 10:35:50 +01:00
Gabor Kiss-Vamosi
498f050262
fix warnings
2020-03-10 08:34:07 +01:00
Gabor Kiss-Vamosi
4e10efd642
minor fixes and renames
2020-03-04 16:29:21 +01:00
Gabor Kiss-Vamosi
41907f9f3c
run astyle code formatter
2020-02-26 19:48:27 +01:00
Gabor Kiss-Vamosi
8dcfc535b3
start to make material theme more general
2020-02-20 16:01:49 +01:00
Gabor Kiss-Vamosi
8a1a5e524f
rename lv_objx/ to lv_widgets/
2020-02-14 22:04:33 +01:00