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
This commit is contained in:
@@ -111,8 +111,8 @@ void lv_port_disp_init(void)
|
||||
/*Set up the functions to access to your display*/
|
||||
|
||||
/*Set the resolution of the display*/
|
||||
disp_drv.hor_res = 480;
|
||||
disp_drv.ver_res = 320;
|
||||
disp_drv.hor_res = MY_DISP_HOR_RES;
|
||||
disp_drv.ver_res = MY_DISP_VER_RES;
|
||||
|
||||
/*Used to copy the buffer's content to the display*/
|
||||
disp_drv.flush_cb = disp_flush;
|
||||
|
||||
Reference in New Issue
Block a user