Skip to content
Snippets Groups Projects
Verified Commit 0ac4b0f4 authored by dos's avatar dos
Browse files

fix screen tearing

parent 4aaeb5ce
No related branches found
No related tags found
No related merge requests found
Pipeline #7548 passed
......@@ -21,10 +21,10 @@
// Each buffer takes ~116kB SPIRAM. While one framebuffer is being blitted, the
// other one is being written to by the rasterizer.
#define ST3M_GFX_NBUFFERS 1
#define ST3M_GFX_NBUFFERS 2
// More ctx drawlists than buffers so that micropython doesn't get starved when
// pipeline runs in lockstep.
#define ST3M_GFX_NCTX 1
#define ST3M_GFX_NCTX 3
// A framebuffer descriptor, pointing at a framebuffer.
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment