how to sovle the flicker when display pic #2250
Unanswered
Kingwulin
asked this question in
Q&A - General
Replies: 1 comment 1 reply
-
Only update the areas of the screen that change. Use sprites for complex areas. A full screen sprite will require 150Kbytes of RAM, so the maximum size you can use is dependant on the processor. It appears you are trying to create a game, so have a look at the approach taken here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I use a 240 * 320 screen
I using the code below to display a dynamic background and some small pictures
but there will be obvious flicker when displaying small pictures(below video)
I think it is a problem that the background and small pictures are displayed separately
So whether it is possible to write the data to the display cache first, and then call the display interface
Or whether there are other better solutions
video.mp4
Beta Was this translation helpful? Give feedback.
All reactions