Gabor Kiss-Vamosi
7f32ffe203
add blue arc to lv_example_meter_1
2021-03-16 23:00:23 +01:00
Gabor Kiss-Vamosi
acd07ff83c
feat(example): add more chart examples
2021-03-15 15:23:10 +01:00
Xiang Xiao
1f3ae7f274
fix(disp): change all disp_buf to draw_buf
...
follow up the commit:
commit e9cc1c2d4676b3863a85f35a79162ecedd280213
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
Xiang Xiao
1da95cf534
fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
...
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-14 21:10:58 +08:00
Gabor Kiss-Vamosi
4516018ce7
refactor(draw_buf): rename vdb to draw_buf
...
It affected only local variables and comments
2021-03-14 13:57:53 +01:00
Gabor Kiss-Vamosi
751f1aa829
minor fixes
2021-03-11 12:21:03 +01:00
Gabor Kiss-Vamosi
22c06a19bc
minor fixes
2021-03-10 09:44:17 +01:00
Gabor Kiss-Vamosi
94431f8aaf
refactor(flex): change the name of teh built-in flex layouts
2021-03-08 23:30:27 +01:00
Gabor Kiss-Vamosi
289f8e4bac
fix(table): refresh only the changed cell's height
2021-03-08 23:14:26 +01:00
Gabor Kiss-Vamosi
cdbbdc36bb
Merge branch 'feat/font-cache' into dev
2021-03-08 14:51:15 +01:00
Gabor Kiss-Vamosi
376da66dab
feat(layout): automatically update the screen's layout in lv_obj_scroll_to_view
2021-03-03 21:10:49 +01:00
Gabor Kiss-Vamosi
0d38d100c2
feat(layout): add deferred layout recalculation
2021-03-03 20:15:21 +01:00
Gabor Kiss-Vamosi
3ecf550bcd
fix(example) add trailing empty string in lv_example_textarea_1
2021-03-03 15:05:37 +01:00
Gabor Kiss-Vamosi
586542ddce
font cache test
2021-03-03 09:22:34 +01:00
Xiang Xiao
33b5ee3ad2
fix(task): change all task related term to timer
...
follow up the task module change
2021-03-03 14:32:25 +08:00
Gabor Kiss-Vamosi
1b79a5ae32
fix(obj): swap lv_obj_move_forground/background
2021-03-01 12:12:18 +01:00
Gabor Kiss-Vamosi
16b9e3fd96
minor fixes
2021-03-01 12:04:19 +01:00
Gabor Kiss-Vamosi
df5a47871d
add some logs
2021-02-28 15:02:00 +01:00
Gabor Kiss-Vamosi
1e22db2c2c
minor fixes
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
bdef0c3b8b
feat(obj): add LV_OBJ_FLAG_FLOATING and lv_obj_has_flag_any
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
7b48fa0fc0
minor fixes
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
347680a3c0
feat(dropdown): lv_dropdown_set/get_selected_highlight + minor fixes
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
950124f5a0
fix(scroll): varius fixes on lv_obj_scroll_to_view and snapping
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
0ab6433c66
assign theme to the display + minor fixes
2021-02-26 09:51:30 +01:00
Gabor Kiss-Vamosi
8a7f9cb131
fix(style): use struct as color filter instead of pure callback for Micropython compatibility
2021-02-24 15:12:36 +01:00
Gabor Kiss-Vamosi
8004058463
minor fixes
2021-02-24 10:07:54 +01:00
Gabor Kiss-Vamosi
a2b29c091f
fix: follow changes of lvgl in examples and extra widgets
2021-02-24 10:00:54 +01:00
Gabor Kiss-Vamosi
027a82dc35
feat(table): add support the get the selected cell + keypad navigation
2021-02-24 09:56:44 +01:00
Gabor Kiss-Vamosi
ba89ea35a2
refactor(btnmatrix): use the seleceted word instead of activated
2021-02-24 09:55:47 +01:00
Gabor Kiss-Vamosi
8cf129b4af
fix(btnmatrix): join active, pressed and focused button into active button
2021-02-24 05:10: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
00b1c80d3c
feat(examples): fix examples and add new scroll examples
2021-02-23 11:31:10 +01:00
Gabor Kiss-Vamosi
54cfc37c5c
refactor(scroll) rename lv_set/get_snap_.. to lv_obj_set/get_scroll_snap_...
2021-02-23 09:45:13 +01:00
Gabor Kiss-Vamosi
e9613526f8
fix(anim) fix anim_exec_cb casts
2021-02-22 20:27:46 +01:00
Gabor Kiss-Vamosi
757c18e430
refactor(anim) replace lv_anim_value_t with int32_t
...
see #2086
2021-02-22 19:01:40 +01:00
Gabor Kiss-Vamosi
9b6516617b
fix(img example) use dedicated function for anim. callback
2021-02-22 11:23:24 +01:00
Gabor Kiss-Vamosi
71a6b5fda9
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2021-02-22 11:12:37 +01:00
Gabor Kiss-Vamosi
e8179407cd
minor fixes
2021-02-22 11:12:19 +01:00
embeddedt
e467686002
fix(v8) handle most compiler warnings ( #2086 )
2021-02-20 07:51:03 +01:00
Gabor Kiss-Vamosi
8572cb10c6
fix(img) fix image drawing with padding
2021-02-19 18:42:20 +01:00
Gabor Kiss-Vamosi
ca4f11e9f4
add the prototypes of the examples
2021-02-19 18:19:32 +01:00
Gabor Kiss-Vamosi
fb27f59479
add style examples
2021-02-19 14:47:32 +01:00
Gabor Kiss-Vamosi
f04dc72c4a
fix(examples): update the get started examples
2021-02-16 20:41:11 +01:00
Gabor Kiss-Vamosi
28addaf3ce
add some missong LV_USE_... guards
2021-02-16 14:23:18 +01:00
Gabor Kiss-Vamosi
02c19eacab
fix warnings and make tests working
2021-02-14 22:07:38 +01:00
Gabor Kiss-Vamosi
bb08660cb6
minor fixes
2021-02-14 14:56:34 +01:00
Gabor Kiss-Vamosi
95b1bd8409
add examples + refactoring
2021-02-12 14:22:48 +01:00
Gabor Kiss-Vamosi
e0fb0db735
add all widgets and widget examples
2021-02-10 22:59:53 +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