Gabor Kiss-Vamosi
a50b6f56d5
Merge pull request #384 from Krastanov/external_ticks
...
Add a system time callback to be used without `lv_tick_inc`.
2018-08-31 07:24:10 +02:00
Stefan Krastanov
4e70bbc49f
Add a system time callback to be used without lv_tick_inc
.
...
With a new configuration option one can now remove the need for
repeatedly calling `lv_tick_inc` for hardware that already provides
system time in another way.
The configuration example is set for an Arduino, but this was initially
developed for an nrf52 with the following config:
```
#define LV_TICK_CUSTOM 1
#if LV_TICK_CUSTOM == 1
#define LV_TICK_CUSTOM_INCLUDE "app_timer.h"
#define LV_TICK_CUSTOM_SYS_TIME_EXPR (app_timer_cnt_get()/APP_TIMER_TICKS(1))
#endif /*LV_TICK_CUSTOM*/
```
2018-08-29 15:13:51 -04:00
Gabor Kiss-Vamosi
25a6b0cde6
lv_color.h: delete unused commented code
2018-08-20 10:45:17 +02:00
Gabor Kiss-Vamosi
507235a681
minor formatting
2018-08-15 12:36:35 +02:00
Gabor Kiss-Vamosi
e96bbdd31a
lv_obj_set_parent: test input paramters
2018-08-15 12:33:11 +02:00
Gabor Kiss-Vamosi
ad79620983
Merge pull request #362 from ErichStyger/dev-5.2
...
fixed wrong comment
2018-08-14 09:16:55 +02:00
Gabor Kiss-Vamosi
f12c24ce0a
lv_ta_set/get_action added
2018-08-13 19:09:46 +02:00
Gabor Kiss-Vamosi
e9eeb767e4
Merge pull request #357 from ErichStyger/dev-5.2
...
fixed name for lv_theme_get_night()
2018-08-13 10:37:25 +02:00
Erich Styger
37f38b3211
fixed wrong comment
2018-08-13 06:34:00 +02:00
Erich Styger
0297bb1870
fixed name for lv_theme_get_night()
2018-08-12 18:12:17 +02:00
Gabor Kiss-Vamosi
e33f3e31bc
Merge pull request #351 from Zaltora/fix_attribute
...
[dev-5.2] Fix attribute
2018-08-10 14:55:52 +02:00
Zaltora
1e20118645
add backward 'lv_conf.h' compatibility
2018-08-10 13:18:10 +02:00
Zaltora
1ece6c1612
Merge branch 'dev-5.2' into fix_attribute
2018-08-10 13:13:54 +02:00
Gabor Kiss-Vamosi
d8c88fa510
lv_ddlist: fix wrong declration lv_ddlist_close in lv_ddlist.h
2018-08-10 01:22:42 +02:00
Gabor Kiss-Vamosi
e9abfe3cc8
minor lv_page and lv_ddlist fixes
2018-08-10 01:11:20 +02:00
Gabor Kiss-Vamosi
1fa580f6f0
lv_page: add LV_SB_MODE_HIDE/UNHIDE and use it in ddlist
2018-08-10 01:04:20 +02:00
Gabor Kiss-Vamosi
a4812c4706
add missing defines to lv_font_symbol_30
2018-08-09 23:46:38 +02:00
Gabor Kiss-Vamosi
b521c8b97e
lv_ta: check all characters in lv_ta_add/set_text agains accapted chars and max length
2018-08-09 23:37:00 +02:00
Gabor Kiss-Vamosi
b0f7aeabbb
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-08-09 20:42:06 +02:00
Gabor Kiss-Vamosi
604ee63096
lv_indev_get_key() added
2018-08-09 07:30:10 +02:00
Gabor Kiss-Vamosi
9b2097e5e4
add LV_COLOR_16_SWAP option
2018-08-07 08:20:34 +02:00
Gabor Kiss-Vamosi
73bc138b70
opacity related bug fixes in draw functions
2018-08-06 15:22:46 +02:00
Zaltora
58134f78dc
multiple definition LV_ATTRIBUTE_TICK_INC
2018-08-06 10:12:38 +02:00
Gabor Kiss-Vamosi
8105bced11
img_if: formattig
2018-08-04 22:24:16 +02:00
Gabor Kiss-Vamosi
bcba74d0e7
revert built-in styles (there were some test values in them)
2018-08-04 22:13:34 +02:00
Gabor Kiss-Vamosi
b352e67088
add lv_page_scroll_up/down() and lv_win_scroll_up/down()
2018-08-04 21:48:40 +02:00
Gabor Kiss-Vamosi
1561b7a08a
lv_ta: fixes with USE_LV_ANIMATION 0
2018-08-04 09:04:37 +02:00
Gabor Kiss-Vamosi
586fbbe925
Merge branch 'app_vdb' into dev-5.2
2018-08-04 08:49:01 +02:00
Gabor Kiss-Vamosi
c4e26724a4
lv_ta: fix init value of max_length and accepted_chars
2018-08-04 08:48:47 +02:00
Gabor Kiss-Vamosi
5931c23695
lv_ta: add 'max_length' and 'accepted_chars' features
2018-08-04 08:46:44 +02:00
Gabor Kiss-Vamosi
7a2693e4f1
minor fixes
2018-08-04 08:45:22 +02:00
Gabor Kiss-Vamosi
f968792286
add the optional VDB write interface to the display driver (vdb_wr)
2018-08-04 01:46:00 +02:00
Gabor Kiss-Vamosi
fbf0303b2d
lv_list: add lv_list_set/get_btn_selected()
2018-07-30 07:42:36 +02:00
Gabor Kiss-Vamosi
390ef3b2ba
add 'const' in lv_obj_align
2018-07-30 06:57:58 +02:00
Gabor Kiss-Vamosi
c2712963d6
merge beta
2018-07-30 06:56:31 +02:00
Gabor Kiss-Vamosi
769c7b28ff
add 'const' attribute to pointer where possible
2018-07-30 06:52:29 +02:00
Gabor Kiss-Vamosi
a005d832cb
fix declaration of real draw function pointers
2018-07-29 23:26:56 +02:00
Gabor Kiss-Vamosi
c9508d9b7e
fix opa calcualtion from opa_scale in draw_function
2018-07-29 21:53:22 +02:00
Gabor Kiss-Vamosi
39ba305f73
lv_mem: remove ENVIRONMENT32 only leave ENVIRONMENT64 define
2018-07-27 06:48:44 +02:00
Gabor Kiss-Vamosi
857becbd66
lv_draw fiw redecleration of px_fp, fill_fp etc
2018-07-27 06:39:59 +02:00
Gabor Kiss-Vamosi
412710884c
lv_conf_templ updated
2018-07-26 00:31:07 +02:00
Gabor Kiss-Vamosi
15fa3beb6d
lv_conf_templ updated
2018-07-26 00:30:36 +02:00
Gabor Kiss-Vamosi
81a20ef328
add character encoder interface issue #131
2018-07-26 00:10:20 +02:00
Gabor Kiss-Vamosi
bcd583914f
LV_LABEL_ALIGN_RIGHT bug fix
2018-07-25 23:01:29 +02:00
Gabor Kiss-Vamosi
a1abe14414
add lv_font_monospace_8 (uniscii) as built-in font
2018-07-25 22:57:36 +02:00
Gabor Kiss-Vamosi
7cc8e74d1a
add editable attribute for better encoder control
2018-07-25 21:52:50 +02:00
Gabor Kiss-Vamosi
678cbdc23d
improve logging
2018-07-25 20:39:24 +02:00
Gabor Kiss-Vamosi
2d5fa3b9dc
remove LV_TXT_FLAG_NO_BREAK. Text area in one line mode handle's it in its own
2018-07-25 19:36:53 +02:00
Gabor Kiss-Vamosi
c4aec5ae33
update lv_long in lv_conf_templ.h
2018-07-25 17:58:34 +02:00
Gabor Kiss-Vamosi
69434c8b7d
place some lv_log_add calls
2018-07-25 17:57:08 +02:00