BSP_LCD_LayerDefaultInit(1, (LCD_FB_START_ADDRESS+(BSP_LCD_GetXSize()*BSP_LCD_GetYSize()*4)));/* Enable the LCD */BSP_LCD_DisplayOn();/* Set LCD Background Layer */BSP_LCD_SelectLayer(0);/* Clear the Background Layer */BSP_LCD_Clear(LCD_COLOR_WHITE);/* Set LCD Foreground ...