diff --git a/components/st3m/st3m_gfx.c b/components/st3m/st3m_gfx.c index 9b2a72f4e36b77e013fc76e9c72149e7a6cd5cfc..099c6b7bc9f45d987f49ed671a7d38b23bbcdc20 100644 --- a/components/st3m/st3m_gfx.c +++ b/components/st3m/st3m_gfx.c @@ -26,7 +26,7 @@ #include "st3m_counter.h" #include "st3m_version.h" -#define ST3M_GFX_DEFAULT_MODE (16 | st3m_gfx_osd) +#define ST3M_GFX_DEFAULT_MODE (16 | st3m_gfx_osd | st3m_gfx_low_latency) static st3m_gfx_mode default_mode = ST3M_GFX_DEFAULT_MODE;