Skip to content

Commit 87ce5a6

Browse files
committed
ugfx: change timerflush period to 16 ms ~ 62.5fps
1 parent f3bc6a2 commit 87ce5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ugfx/gfxconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#define GFX_USE_GDISP TRUE
7171

7272
// #define GDISP_NEED_AUTOFLUSH TRUE
73-
#define GDISP_NEED_TIMERFLUSH 50
73+
#define GDISP_NEED_TIMERFLUSH 16
7474
// #define GDISP_NEED_VALIDATION TRUE
7575
// #define GDISP_NEED_CLIP TRUE
7676
// #define GDISP_NEED_CIRCLE TRUE

0 commit comments

Comments
 (0)