Gabor Kiss-Vamosi
b466045f13
chore: change some // comments to /**/
2023-07-15 18:39:11 +02:00
Gabor Kiss-Vamosi
f753265a79
arch(draw): add parallel rendering architecture
...
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
2023-07-05 13:05:19 +02:00
Gabor Kiss-Vamosi
a02256ff07
fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_ONLY
...
fixes #4030
2023-03-01 23:31:41 +01:00
Gabor Kiss-Vamosi
175a142746
fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_AND_DRIVER
...
fixes #4027
2023-03-01 22:58:49 +01:00
Gabor Kiss-Vamosi
ca93f5fead
fix(benchmark): follow API changes
2023-02-20 23:18:51 +01:00
Gabor Kiss-Vamosi
103afa9f2b
chore: fix warnings
2023-02-20 22:30:16 +01:00
Gabor Kiss-Vamosi
124f9b0f9f
arch(driver): new driver architecture with new color format support
2023-02-20 20:50:58 +01:00
_VIFEXTech
ce036714de
fix(benchmark): skip tests when compressed fonts are disabled ( #4001 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-20 14:01:24 +01:00
_VIFEXTech
a7df4994c3
fix(benchmark): restore frame rate after testing ( #4000 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-20 14:00:59 +01:00
_VIFEXTech
ee9588dbc6
chore: Use LV_PRIu32 to print uint32_t type variables ( #3937 )
...
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-01-18 09:18:35 +01:00
Leo Chung
146598c6a6
fix(benchmark): add missing LV_USE_DEMO_BENCHMARK ( #3767 )
...
Signed-off-by: Leo Chung <gewalalb@gmail.com>
2022-10-29 10:30:22 +02:00
Gabor Kiss-Vamosi
0d830347f6
fix(demo): fix LV_DEMO_BENCHMARK_MODE_RENDER_ONLY mode
2022-10-03 12:46:05 +02:00
Gabor Kiss-Vamosi
2188fe66bb
demo(bechmark): fix delay between renders
2022-09-19 12:25:06 +02:00
Gabor Kiss-Vamosi
72c383fada
docs(demo): update the README of the benchmark demo
2022-09-13 13:21:53 +02:00
_VIFEXTech
81736cac1b
fix(benchmark): fix run_max_speed score incorrect ( #3416 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-08-29 12:25:41 +02:00
Gabor Kiss-Vamosi
97f3084666
feat(demo): add benchmark modes ( #3625 )
2022-08-29 12:25:11 +02:00
Xiang Xiao
9ed5b3fe06
Sync up Kconfig with lv_config_template.h ( #3508 )
...
* fix(config): remove LV_COLOR_16_SWAP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-20 11:29:34 +02:00
卢华东
4133f1d317
fix(demo): can not found lvgl.h file ( #3477 )
2022-07-12 12:29:51 +02:00
Man, Jianting (Meco)
c2628fd7ef
chore(demo): fix the path of picture files in readme ( #3451 )
2022-07-06 09:06:31 +02:00
Gabor Kiss-Vamosi
d4b7283de8
chore: fix code formatting
2022-06-23 11:54:11 +02:00
Gabor Kiss-Vamosi
afaa8c9300
demo(benchmark): add LV_DEMO_BENCHMARK_RGB565A8 option
...
fixes #3379
2022-06-23 11:51:20 +02:00
Gabriel Wang
ca9aff6119
cmsis pack monthy update for June ( #3413 )
...
* fix(benchmark): remove duplicated output in report log
* doc(benchmark): update the method for performance analysis
* feat(cmsis-pack): v1.0.5-alpha1
* fix(template): use consistent resolution information
* Update LVGL.lvgl.1.0.5-alpha1.pack
2022-06-14 13:03:50 +02:00
_VIFEXTech
6e3d01190f
feat(benchmark): make lvgl render at the highest frame rate ( #3352 )
...
* feat(benchmark): make lvgl render at the highest frame rate
* add lv_demo_benchmark_set_max_speed
* Update comments and README
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-05-24 12:36:22 +02:00
Gabriel Wang
4e06025e1d
fix(benchmark): fix the issue that wrong scene number is used ( #3372 )
...
* fix(benchmark): fix the issue that wrong scene number is used when display the result
* remove white-spaces
2022-05-20 13:46:42 +02:00
Gabriel Wang
a7cfc0b901
feat(cmsis-pack): Monthly update for May (alpha) ( #3359 )
...
* feat(cmsis-pack): Monthly update for May
* fix(benchmark): fix a typo
* fix(draw): fix warning
* Update LVGL.lvgl.1.0.4-alpha5.pack
* feat(arm-2d): add a quick patch to support RGB565A8
2022-05-16 20:41:59 +02:00
Gabriel Wang
c5d1557738
feat(demos): add a callback for benchmark ( #3353 )
...
* feat(demos): add a callback for benchmark to indicate testing is finished
* update doc and fix code-format
* fix code-format issue
* Update demos/benchmark/lv_demo_benchmark.c
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* change function name accordingly.
* Update demos/benchmark/README.md
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-05-16 17:58:44 +02:00
_VIFEXTech
0d6c08105a
fix(demo): fix warning. ( #3344 )
...
* fix(demo): fix warning.
lvgl/demos/keypad_encoder/lv_demo_keypad_encoder.c:169:5: warning: "LV_EX_MOUSEWHEEL" is not defined, evaluates to 0 [-Wundef]
169 | #if LV_EX_MOUSEWHEEL
| ^~~~~~~~~~~~~~~~
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix benchmark warning.
~/lvgl/demos/benchmark/lv_demo_benchmark.c:1069:33: warning: cast between incompatible function types from ‘void (*)(lv_obj_t , uint16_t)’ {aka ‘void ()(struct _lv_obj_t , short unsigned int)’} to ‘void ()(void , int32_t)’ {aka ‘void ()(void , int)’} [-Wcast-function-type]
1069 | lv_anim_set_exec_cb(&a, (lv_anim_exec_xcb_t) lv_arc_set_end_angle);
| ^
~/lvgl/demos/benchmark/lv_demo_benchmark.c: In function ‘fall_anim’:
~/lvgl/demos/benchmark/lv_demo_benchmark.c:1090:29: warning: cast between incompatible function types from ‘void ()(struct _lv_obj_t , lv_coord_t)’ {aka ‘void ()(struct _lv_obj_t , short int)’} to ‘void ()(void , int32_t)’ {aka ‘void ()(void *, int)’} [-Wcast-function-type]
1090 | lv_anim_set_exec_cb(&a, (lv_anim_exec_xcb_t) lv_obj_set_y);
|
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-05-14 07:35:12 +02:00
Gabriel Wang
45a39a11fe
fix(benchmark): remove redundant string for the small screens ( #3335 )
...
* fix(benchmark): remove redundant string for the small screens (i.e. <320 in width)
* remove tail white-spaces
2022-05-07 22:14:35 +02:00
_VIFEXTech
e577b7a616
feat(demo): add Weighted FPS and Opa speed log output ( #3326 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-05-06 14:39:26 +02:00
_VIFEXTech
c9ab5e4e55
fix(demo): fix Wformat warning ( #3290 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-04-25 12:57:01 +02:00
Gabriel Wang
c6d4b6e554
feat(benchmark): add trace output for running a specific scenario ( #3245 )
...
* feat(benchmark): add trace output for running a specific scenario
* Update lv_demo_benchmark.c
2022-04-05 10:52:07 +02:00
Xiang Xiao
4c4f954059
chore(style): remove the trailing space from all source files ( #3188 )
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 11:25:51 +01:00
Xiang Xiao
550a15c317
fix(demo): minor fix for benchmark ( #3114 )
...
1.add const to rnd_map
2.replace "i < sizeof(scenes) / sizeof(scene_dsc_t) - 1" with "scenes[i].create_cb"
3.replace "sizeof(scenes) / sizeof(scene_dsc_t)" with "dimof(scenes)"
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-22 12:47:04 +01:00
Xiang Xiao
0b799830ea
chore(demos): redirect urls to the new location in README.md ( #3112 )
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-21 16:13:12 +01:00
Gabriel Wang
305ad00893
feat(benchmark): add an API to run specific scene ( #3089 )
2022-02-13 14:02:45 -05:00
embeddedt
9771050b99
chore(format) add formatting for examples & demos, merge test config
2022-02-13 13:59:17 -05:00
Gabriel Wang
ba38a4bb76
feat(log): improve lv_log and add log the result from lv_demo_benchmark ( #3084 )
...
* feat(log): improve log
* Update log.md
* Update log.md
* fix: fix formatting issue
* fix: fix formatting again...
* fix: remove blanks
2022-02-12 20:12:32 +01:00
Gabriel Wang
101d09276f
docs(demos) update information to reflect new layout ( #3029 )
2022-01-20 13:52:52 -05:00
ckielstra
febafd1cc7
chore: many trivial spelling and layout fixes ( #3008 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-17 08:10:23 -05:00
Gabor Kiss-Vamosi
5414652a41
arch merge lv_demos
2021-12-16 20:49:41 +01:00