lvgl8.x docking screen driver
1. Screen driver initialization
The screen driver initialization function is located in lv_port_disp.c this file.
The contents of the full screen driver initialization function in the figure above are:
void lv_port_disp_init(void)
{
/*-------------------------
* Initialize your display
* -----------------------*/
...
Posted by s1m0n on Fri, 18 Feb 2022 08:47:40 +0100