[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Double buffer question



Hi
When application quit, display stay with last displayed image.  Linux is
running fine  (SSH works fine, we can reboot embedded computer) but
display is kind of freeze.  We use function pygame.display.flip() when
image need to be updated.  We dont use any flags for set_mode.  We tried
couples, but generates errors.

Thanks
Pierre

Ian Mallett wrote:
> Look at the flags for pygame.display.set_mode() here,
> http://www.pygame.org/docs/ref/display.html#pygame.display.set_mode,
> or tell us more about what the problem is specifically,
> Ian