Gabor Kiss-Vamosi
d06c2f93da
lv_calendar: minor fixes
2018-09-10 21:30:44 +02:00
Gabor Kiss-Vamosi
4b25f24175
lv_win: revert the delete of page (content) specific API function
2018-09-10 21:30:25 +02:00
Gabor Kiss-Vamosi
b894c423d3
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-10 06:27:10 +02:00
Gabor Kiss-Vamosi
c84f114dd6
rename lv_...clear to lv_..._clean
2018-09-07 17:09:09 +02:00
Gabor Kiss-Vamosi
61a2540ed4
rename LV_IMG_FORMAT_... to LV_IMG_CF_...
2018-09-06 21:15:29 +02:00
Gabor Kiss-Vamosi
4db5e54737
add lv_imgbtn
2018-09-06 20:57:59 +02:00
Gabor Kiss-Vamosi
59464fa41b
Merge pull request #397 from koutheir/patch-1
...
Fixed a typo
2018-09-06 10:11:13 +02:00
Dr. Koutheir Attouchi
6d2a69113b
Fixed a typo
2018-09-06 09:57:10 +02:00
Gabor Kiss-Vamosi
467fd77a28
lv_theme: add live update feature
2018-09-06 01:29:21 +02:00
Gabor Kiss-Vamosi
54f6e42a44
lv_label: LONG_ROLL and ALIGN_CENTER undate
2018-09-05 23:53:29 +02:00
Gabor Kiss-Vamosi
b9a295afaf
report_style_mod_core bugfix
2018-09-05 11:42:18 +02:00
Gabor Kiss-Vamosi
f49dcdd62a
lv_label_set_long_mode: add comment about size should be set after it
2018-09-04 07:30:18 +02:00
Gabor Kiss-Vamosi
42722d0fd6
refresh the top and sys layers if LV_VDB_SIZE = 0 too
2018-09-04 07:25:07 +02:00
Gabor Kiss-Vamosi
aa83d9109b
lv_gauge: add comments about how to calculate the line_cnt
2018-09-04 07:03:47 +02:00
Gabor Kiss-Vamosi
8db4e97d65
code formating
2018-09-03 16:02:54 +02:00
Gabor Kiss-Vamosi
657a3b76c5
add LV_SYMBOL_DUMMY (if added before a string then lv_img will draw it as a label)
2018-09-03 15:56:57 +02:00
Gabor Kiss-Vamosi
cafdce69fe
add LV_PROTECT_CLICK_FOCUS
2018-09-03 15:45:12 +02:00
Gabor Kiss-Vamosi
298cba3c01
Merge branch 'img_decoder' into dev-5.2
2018-09-03 14:55:24 +02:00
Gabor Kiss-Vamosi
f6173cdb0d
rename lv_..._clean to lv_..._clear
2018-09-03 14:43:43 +02:00
Gabor Kiss-Vamosi
025b829638
lv_img_draw: add alpha bin support
2018-09-02 23:04:23 +02:00
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
32805d8e36
lv_bar: don't draw indicator if cur_value == min_value
2018-08-29 20:59:48 +02:00
Gabor Kiss-Vamosi
20ab09a1d5
lv_btn: ink bugfix
2018-08-29 20:42:38 +02:00
Gabor Kiss-Vamosi
225afe0d6d
lv_obj.h: fic lv_prot_t typos
2018-08-28 14:43:02 +02:00
Gabor Kiss-Vamosi
c335e46384
add mutex to lv_task_handler to avoid concurent call
2018-08-28 14:41:32 +02:00
Gabor Kiss-Vamosi
fe7971759c
fix typo ( #382 )
2018-08-28 08:04:42 +02:00
Gabor Kiss-Vamosi
d4b8fab303
Merge pull request #381 from pfalcon/patch-1
...
README: Clarify lv_tick_inc() usage.
2018-08-28 07:43:06 +02:00
Gabor Kiss-Vamosi
55ae32362e
lv_list. make lv_list_get_next/prev_btn() public
2018-08-27 19:55:17 +02:00
Paul Sokolovsky
db6d15624d
README: Clarify lv_tick_inc() usage.
...
"in" word is not needed there.
Also, update number of steps in "Porting" section.
2018-08-27 08:19:33 +03:00
Gabor Kiss-Vamosi
4e6c0b6976
Update README.md
2018-08-26 19:24:41 +02:00
Gabor Kiss-Vamosi
87fd28f0c2
lv_mbox: add comment about the action callback parameters
2018-08-26 17:04:31 +02:00
Gabor Kiss-Vamosi
8e0dc2055f
lv_obj_Set_style: bugfux
2018-08-26 17:04:10 +02:00
Gabor Kiss-Vamosi
d8d583ee57
lv_win:get_contet added instead of lv_page wrappers
2018-08-26 15:55:22 +02:00
Gabor Kiss-Vamosi
f0753a82b5
Merge branch 'img_decoder' of https://github.com/littlevgl/lvgl into img_decoder
2018-08-26 14:22:26 +02:00
Gabor Kiss-Vamosi
372605440c
lv_btn_ink updates
...
lv_btn_ink updates
2018-08-26 14:21:48 +02:00
Gabor Kiss-Vamosi
b39a802336
lv_img_draw: support indexed images from file
2018-08-22 01:33:46 +02:00
Gabor Kiss-Vamosi
bc430db812
Update README.md
2018-08-21 08:40:12 +02:00
Gabor Kiss-Vamosi
6f308aba11
lv_img_dsc_t: add data_size filed
2018-08-20 22:54:37 +02:00
Gabor Kiss-Vamosi
1714caae58
Merge branch 'img_decoder' of https://github.com/littlevgl/lvgl into img_decoder
2018-08-20 22:25:40 +02:00
Gabor Kiss-Vamosi
1ec7d264cf
image decoder bugfixes
2018-08-20 22:25:28 +02:00
Gabor Kiss-Vamosi
27a082c325
lv_btn: copy ink paramters too
2018-08-20 10:56:17 +02:00
Gabor Kiss-Vamosi
25a6b0cde6
lv_color.h: delete unused commented code
2018-08-20 10:45:17 +02:00
Gabor Kiss-Vamosi
415a176f6b
Merge pull request #372 from pfalcon/patch-1
...
README: Typo/punctuation/grammar fixes
2018-08-19 01:46:28 +02:00
Gabor Kiss-Vamosi
9d844ef113
indexed imgade draw added
2018-08-19 00:45:57 +02:00
Paul Sokolovsky
40c70cf06b
README: Typo/punctuation/grammar fixes
2018-08-18 22:53:44 +03:00
Gabor Kiss-Vamosi
9337cb591d
built in img dacoder improvements
2018-08-18 12:11:02 +02:00
Gabor Kiss-Vamosi
91385e13eb
add image decoder interface (wip)
2018-08-16 00:15:19 +02:00
Gabor Kiss-Vamosi
1bf8ad6366
Merge branch 'dev-5.2' into img_decoder
2018-08-15 22:13:03 +02:00
Gabor Kiss-Vamosi
507235a681
minor formatting
2018-08-15 12:36:35 +02:00