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
This commit is contained in:
Gabriel Wang
2022-05-16 19:41:59 +01:00
committed by GitHub
parent c5d1557738
commit a7cfc0b901
8 changed files with 51 additions and 29 deletions

View File

@@ -692,7 +692,7 @@ void lv_demo_benchmark_run_scene(int_fast16_t scene_no)
}
void lv_demo_benchmark_set_finished_cb(finished_cb_t * finished_cb);
void lv_demo_benchmark_set_finished_cb(finished_cb_t * finished_cb)
{
benchmark_finished_cb = finished_cb;
}