diff --git a/components/st3m/st3m_gfx.c b/components/st3m/st3m_gfx.c
index fd0e131afb447e2d4ebe616c8cf4916959de7fef..0081cd07176161782fe8a748789e4a800756817f 100644
--- a/components/st3m/st3m_gfx.c
+++ b/components/st3m/st3m_gfx.c
@@ -45,7 +45,7 @@ static const char *TAG = "st3m-gfx";
 #define ST3M_OSD_X 0
 #define ST3M_OSD_Y 0
 
-static st3m_gfx_mode _st3m_gfx_mode = st3m_gfx_default;
+static st3m_gfx_mode _st3m_gfx_mode = st3m_gfx_default + 1;
 
 EXT_RAM_BSS_ATTR static uint8_t
     st3m_osd_fb[ST3M_OSD_WIDTH * ST3M_OSD_HEIGHT * 4];