User Activity

I’m working on drawing a .bmp image (480x800) during the bootup screen. Initially, I used the GUI_DrawPixel() function, but it resulted in a significant delay. To improve performance, I tried switching to GUI_BMP_Draw()andGUI_BMP_DrawEx() functions w...