How do I redraw the frame buffer
Hi @Martin KJELDSEN
I've got a problem that i want to redraw the frame buffer before the screen lights up.so I clean the frame buffer after close screen (memset(framebuffer,0,sizeof(framebuffer))).When the screen is bright I notice that only part of the frame buffer has been drawn.Everything that isn't drawn is black.What interface can GFX be notified to draw a full frame buffer?And which sign indicates that the drawing is done?
Please help me to solve this problem.Thank you very much!!
Best Regards
Jack
