Skip to content

sdl: add blitting to avoid event handling issues#174

Open
acmlira wants to merge 1 commit into
masterfrom
bugfix/blank-screen-linux-arm
Open

sdl: add blitting to avoid event handling issues#174
acmlira wants to merge 1 commit into
masterfrom
bugfix/blank-screen-linux-arm

Conversation

@acmlira

@acmlira acmlira commented Oct 29, 2020

Copy link
Copy Markdown
Contributor

We encountered some problems related to updating screens and handling events. To solve these problems we started with a generic implementation, now, we always design on a virtual surface and use SDL_BlitSurface to overlay the previous one.

Tested on

  • Raspberry Pi 4
  • iMX6ULL
  • iMX6S

image

@acmlira acmlira added bug Something isn't working enhancement Feature improvements Linux ARM Issue related to the platform Linux ARM labels Oct 29, 2020
@acmlira acmlira requested a review from flsobral October 29, 2020 14:51
@acmlira acmlira self-assigned this Oct 29, 2020
We encountered some problems related to updating screens and handling events.
To solve these problems we started with a generic implementation, now, we 
always design on a virtual surface and use `SDL_BlitSurface` to overlay the 
previous one.

Author: @acmlira and @flsobral
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement Feature improvements Linux ARM Issue related to the platform Linux ARM

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants