Alexander
1d7dd0a227
Fixing C standard related error, formatting lv_conf_templ.h
2018-11-26 18:34:37 +02:00
Gabor Kiss-Vamosi
916c6b3b2f
Merge pull request #585 from kisvegabor/tileview
...
Tileview: new object type
2018-11-26 10:33:48 +01:00
Gabor Kiss-Vamosi
e82638fa03
Merge pull request #569 from littlevgl/imgbtn_update
...
lv_imgbtn: add tiling (repeated center) feature
2018-11-26 10:33:23 +01:00
Gabor Kiss-Vamosi
dd26bcb22b
Merge pull request #576 from kisvegabor/realign
...
Add realign feature
2018-11-26 10:33:03 +01:00
Gabor Kiss-Vamosi
a9eb9f9ea5
tileview asn scroll propagation improvments
2018-11-25 19:40:19 +01:00
Gabor Kiss-Vamosi
9d3f6dacb8
Merge pull request #577 from mharizanov/master
...
Define a custom attribute to `lv_flush_ready` function
2018-11-24 07:28:00 +01:00
mharizanov
45cf22ebf5
Define a custom attribute to lv_flush_ready
function
2018-11-22 19:36:46 +02:00
Gabor Kiss-Vamosi
ce1a1f749a
realign: fix typo
2018-11-22 15:19:22 +01:00
Gabor Kiss-Vamosi
d797d10376
add realign feature
2018-11-22 14:59:38 +01:00
Gabor Kiss-Vamosi
dc436a66cc
lv_imgbtn: add tiled option
2018-11-20 17:05:59 +01:00
Gabor Kiss-Vamosi
042147b010
add LV_PRELOAD_DEF_ANIM to lv_conf_templ.h
2018-11-17 10:48:17 +01:00
Gabor Kiss-Vamosi
81634d410b
fix version number conflict
2018-11-15 00:33:23 +01:00
Gabor Kiss-Vamosi
91f250d4d2
lv_conf.h minor formatting
2018-11-15 00:17:12 +01:00
Samuel
06f81e8a61
Update lv_conf_templ.h
2018-11-09 20:13:26 +08:00
Samuel
74015d6d18
Update lv_conf_templ.h
2018-11-08 23:30:13 +08:00
Samuel
8fd442531f
Update lv_conf_templ.h
2018-11-08 23:24:23 +08:00
Gabor Kiss-Vamosi
4677c5955d
lv_conf_templ.h LV_VDB_PX_BPP comment update
2018-10-09 07:06:51 +02:00
Erich Styger
2d0c21f8a8
removed duplicated define in configuration template file
2018-10-06 10:41:00 +02:00
Gabor Kiss-Vamosi
41695bf9ac
astyle code formatting
2018-10-05 17:22:49 +02:00
Gabor Kiss-Vamosi
a539909972
lv_refr: VDB row height calculation bugfix
2018-10-05 14:44:17 +02:00
Gabor Kiss-Vamosi
85c022e1e7
lv_conf_templ.h minor updates
2018-10-05 10:38:49 +02:00
Gabor Kiss-Vamosi
1a28d8d5d2
lv_conf_templ.h update
2018-10-03 09:00:32 +02:00
Gabor Kiss-Vamosi
590ca9c7a6
lv_img: make possible to disabel palette and alpha index support
2018-09-25 11:16:37 +02:00
Gabor Kiss-Vamosi
8712598ca1
lv_conf_templ.h minor updates
2018-09-21 14:16:10 +02:00
Gabor Kiss-Vamosi
258e1f2348
lv_conf_templ.h minor updates
2018-09-21 14:15:26 +02:00
Gabor Kiss-Vamosi
ad553f3782
lv_conf_templ.h minor updates
2018-09-21 14:14:38 +02:00
Alexander
0bf87e554c
Adding missing #ifdef LV_CONF_INCLUDE_SIMPLE
2018-09-21 14:10:53 +02:00
Gabor Kiss-Vamosi
92acc6d991
Change LV_COLOR_DEPTH 24 to 32 because it's really 32 bit
2018-09-21 07:23:44 +02:00
Gabor Kiss-Vamosi
d2dfabee3f
theme updates
2018-09-21 06:56:37 +02:00
Gabor Kiss-Vamosi
044194c64e
minor fixes
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
bf8eb078ca
nemo theme fixes
2018-09-18 07:50:05 +02:00
Gabor Kiss-Vamosi
9777cf3416
add lv_vdb_set_adr
2018-09-12 09:03:48 +02:00
Gabor Kiss-Vamosi
4db5e54737
add lv_imgbtn
2018-09-06 20:57:59 +02:00
Gabor Kiss-Vamosi
467fd77a28
lv_theme: add live update feature
2018-09-06 01:29:21 +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
025b829638
lv_img_draw: add alpha bin support
2018-09-02 23:04:23 +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
9b2097e5e4
add LV_COLOR_16_SWAP option
2018-08-07 08:20:34 +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
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
a1abe14414
add lv_font_monospace_8 (uniscii) as built-in font
2018-07-25 22:57:36 +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
8005f1bb28
merge beta
2018-07-18 23:19:45 +02:00
Gabor Kiss-Vamosi
3fec97db45
lv_conf_templ.h: fix typo
2018-07-15 16:52:14 +02:00
kisvegabor
f803f8b92a
Merge branch 'master' into beta
2018-07-13 21:41:12 +02:00
kisvegabor
0a4c00c5f2
lv_conf_templ: add config option for Visual Studio
2018-07-13 21:40:56 +02:00
Gabor Kiss-Vamosi
e0c600eb14
lv_ink: draw circle at the beginning until it is possible (fnt into the button)
2018-07-11 20:20:08 +02:00
Gabor Kiss-Vamosi
9676c2e486
lv_btn ink improvements and fixes
2018-07-08 03:25:07 +02:00
Gabor Kiss-Vamosi
5e8c1d0221
lv_btn ink improvements
2018-07-08 02:01:58 +02:00