Tool/software: Starterware
Hi,
I'm currently developing a display driver to be used with the GrKib for a CVBS overlay generator. For that I want to use the offscreen buffer scheme provided by GrLib. I've investigated the qs-logger demo since it uses two offsreen buffers. Here GrImageDraw is used to write the content of the offscreen buffer to the physical display. How is the GrFluh function supposed to be used in tis scenario? All display drivers I've seen so far contain an empty GrFlush() function.
I would appreciate if someone could explain me how the GrFlush function is related to the Offscreen buffer conecpt.
Thank you!