We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f3dab commit 4243ffeCopy full SHA for 4243ffe
components/ugfx/gfxconf.h
@@ -70,7 +70,7 @@
70
#define GFX_USE_GDISP TRUE
71
72
// #define GDISP_NEED_AUTOFLUSH TRUE
73
-#ifdef CONFIG_VFX_OUTPUT_CUBE0414
+#if defined(CONFIG_VFX_OUTPUT_CUBE0414) || defined(CONFIG_VFX_OUTPUT_ST7735)
74
#define GDISP_NEED_TIMERFLUSH 8
75
#else
76
#define GDISP_NEED_TIMERFLUSH 16
0 commit comments