Gabor Kiss-Vamosi
|
bf5ea6658b
|
update lv_conf_checker.h
|
2019-11-15 06:30:45 +01:00 |
|
Gabor Kiss-Vamosi
|
8ac7bddaf7
|
fix conflicts
|
2019-11-12 06:55:08 +01:00 |
|
Gabor Kiss-Vamosi
|
f3b88a57ca
|
add LV_COLOR_SET/GET_R/G/B
It was mainly because when LV_COLOR_16_SWAP = 1 and green is split to green_h and green_l
|
2019-11-12 05:38:26 +01:00 |
|
Gabor Kiss-Vamosi
|
90eeff7022
|
merge dev-6.1
|
2019-11-11 19:42:10 +01:00 |
|
Gabor Kiss-Vamosi
|
f02d52a598
|
merge dev-6.1
|
2019-10-24 15:25:52 +02:00 |
|
Paul Peavyhouse
|
901d108bae
|
Merge branch 'dev-6.1' into feat-cpicker
|
2019-10-21 15:25:36 -07:00 |
|
Gabor Kiss-Vamosi
|
e1c46cb9bc
|
Merge branch 'feat-subpixel' into dev-6.1
|
2019-10-18 14:58:04 +02:00 |
|
Gabor Kiss-Vamosi
|
6d93057532
|
minor fixes
|
2019-10-11 15:03:17 +02:00 |
|
Gabor Kiss-Vamosi
|
7f7abe9a93
|
subpixel: update drawing to support both types
|
2019-10-10 07:09:30 +02:00 |
|
Gabor Kiss-Vamosi
|
eeabd32b9e
|
bidi: minor fixes
|
2019-10-08 16:54:28 +02:00 |
|
Gabor Kiss-Vamosi
|
34e133586e
|
make LV_USE_BIDI = 0 by default
|
2019-10-08 16:31:32 +02:00 |
|
Gabor Kiss-Vamosi
|
b06ef2620a
|
merge dev-6.1
|
2019-10-08 16:29:40 +02:00 |
|
Gabor Kiss-Vamosi
|
6190763382
|
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
|
2019-10-08 16:26:55 +02:00 |
|
Gabor Kiss-Vamosi
|
e8625aaf65
|
add cpicker to lv_conf_template.h
|
2019-10-02 09:02:43 +02:00 |
|
Gabor Kiss-Vamosi
|
f00c24f312
|
debug: add style sentinel
|
2019-09-27 03:28:44 +02:00 |
|
tgillbe
|
1ff1e31ed8
|
Add transparency support to indexed images
|
2019-08-28 14:24:17 +01:00 |
|
Gabor Kiss-Vamosi
|
28505b09e6
|
update lv_conf_checker.h
|
2019-07-24 06:06:41 +02:00 |
|
Gabor Kiss-Vamosi
|
aa2f70fabc
|
add lv_printf
|
2019-07-22 06:29:58 +02:00 |
|
Gabor Kiss-Vamosi
|
2dce4407c7
|
add LV_FONT_FMT_TXT_LARGE to support very large fonts
|
2019-07-05 06:11:49 +02:00 |
|
Gabor Kiss-Vamosi
|
63b070164f
|
use relative include path in built-in files
|
2019-07-03 00:10:38 +02:00 |
|
Gabor Kiss-Vamosi
|
0f24ef3666
|
lv_conf_template.h updates
|
2019-07-03 00:05:24 +02:00 |
|
Gabor Kiss-Vamosi
|
925e1f9adf
|
update lv_conf_chechker.h
|
2019-06-27 18:55:37 +02:00 |
|
Gabor Kiss-Vamosi
|
4c85125a87
|
update lv_conf_template.h
|
2019-06-27 08:20:36 +02:00 |
|
embeddedt
|
cba7dfc51b
|
Revert "Long txt wrapping refactor"
|
2019-06-26 09:37:39 -04:00 |
|
Brian Pugh
|
a88cacb71e
|
Restore LV_TXT_LINE_BREAK_LONG_* defines in lv_conf_template.h and checker
|
2019-06-23 16:21:03 -07:00 |
|
Gabor Kiss-Vamosi
|
ca1f21ad04
|
update lv_img_cache
|
2019-06-20 23:14:17 +02:00 |
|
Gabor Kiss-Vamosi
|
68f28d1fda
|
add lv_img_cache
|
2019-06-20 18:43:03 +02:00 |
|
Gabor Kiss-Vamosi
|
6cfcc3fa55
|
minor API changes
|
2019-06-19 00:35:35 +02:00 |
|
Gabor Kiss-Vamosi
|
51878e65dc
|
add user data to lv_fs_drv_t
|
2019-06-16 09:48:41 +02:00 |
|
Gabor Kiss-Vamosi
|
728c221986
|
regenerate fonts
|
2019-06-15 17:21:02 +02:00 |
|
Gabor Kiss-Vamosi
|
5cc1548b83
|
lv_coord_t: use typdef in lv_conf.h
|
2019-06-07 00:08:48 +02:00 |
|
Gabor Kiss-Vamosi
|
f2ca0b15f3
|
lv_coord_t: add config option in lv_conf.h
|
2019-06-06 23:44:30 +02:00 |
|
Gabor Kiss-Vamosi
|
3a2def1e76
|
font: update lv_conf_template.h
|
2019-06-05 15:16:51 +02:00 |
|
Gabor Kiss-Vamosi
|
b0fffaa55b
|
LV_COLOR_TRANSP, LV_TA_CURSOR_BLINK_TIME and LV_TA_PWD_SHOW_TIME run time configurable
|
2019-05-25 16:27:36 +02:00 |
|
Brian Pugh
|
a6f0afde4c
|
change some int16_t types to lv_anim_value_t for animation functions. use LV_USE_ANIMATION macros to remove unused variables when animation capabilities is disabled
|
2019-05-20 09:22:09 -07:00 |
|
Gabor Kiss-Vamosi
|
de824833a0
|
remove LV_USE_USER_DATA_SINGE to LV_USE_USER_DATA
|
2019-05-15 18:51:31 +02:00 |
|
Gabor Kiss-Vamosi
|
78c527ee4f
|
remove LV_USE_USER_DATA_MULTI
|
2019-05-15 18:50:38 +02:00 |
|
Gabor Kiss-Vamosi
|
4b657eb07b
|
rename LV_TXT_ENC_ISO8859-1 to ..._ASCII
|
2019-04-24 06:13:50 +02:00 |
|
Gabor Kiss-Vamosi
|
abd081da30
|
add LV_TXT_ENC to lv_conf.h and ISO8859-1 support
|
2019-04-23 06:42:26 +02:00 |
|
Gabor Kiss-Vamosi
|
4b43adaad1
|
lv_conf_template.h and lv_conf_checker.h update
|
2019-04-22 05:50:24 +02:00 |
|
Gabor Kiss-Vamosi
|
1ba23100f6
|
update lv_conf_checker.h
|
2019-04-17 15:14:54 +02:00 |
|
Gabor Kiss-Vamosi
|
3606ea2588
|
ext_click_area: run-time area test and renames
|
2019-04-11 06:26:41 +02:00 |
|
Gabor Kiss-Vamosi
|
d6088f2b06
|
update lv_conf_checker.h
|
2019-04-04 16:54:54 +02:00 |
|
Gabor Kiss-Vamosi
|
41ee89e6d2
|
renames according to the new lv_conf_templ
|
2019-04-04 07:07:17 +02:00 |
|
Gabor Kiss-Vamosi
|
84ace67720
|
move INDEV settings from lv_conf.h to the indev driver
|
2019-04-02 12:15:35 +02:00 |
|
Gabor Kiss-Vamosi
|
9515e800d4
|
minor comment fix
|
2019-03-30 06:04:56 +01:00 |
|
Gabor Kiss-Vamosi
|
1cd983941e
|
make LV_TXT_UTF8 always enabled (remove the defeine checks)
|
2019-03-28 06:11:50 +01:00 |
|
Gabor Kiss-Vamosi
|
a402f8258d
|
update lv_conf_checker.h
|
2019-03-24 07:31:56 +01:00 |
|
Gabor Kiss-Vamosi
|
f51bf17e39
|
move lvgl files to src folder
|
2019-03-17 08:33:03 +01:00 |
|