Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

RE: Is double buffering enabled on Renesas RZA1H ? how do I enable or disable it ?

$
0
0

The current display driver does not double buffer. Most GUI frameworks hand double buffing themselves (they create their own frame buffer for drawing, then copy it to the main frame buffer when needed). Therefore, the driver itself does not need to handle double buffering.

The display driver ( drivers/video/renesas/vdc5fb.c ) has partial code to support the ioctl "FBIOPUT_FRAME" which will allow you to switch between multiple frame buffers, but it requires more development.

Chris


Viewing all articles
Browse latest Browse all 1583

Trending Articles