@@ -124,36 +124,36 @@ void OvenUI::DrawOvenMode(GLIB_Context_t * glibContext)
124124 // Display oven mode on line 6
125125 switch (currentMode)
126126 {
127- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeBake ):
128- GLIB_drawStringOnLine (glibContext, " MODE: BAKE" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
129- break ;
130- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvection ):
131- GLIB_drawStringOnLine (glibContext, " MODE: CONVECTION" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
132- break ;
133- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeGrill ):
134- GLIB_drawStringOnLine (glibContext, " MODE: GRILL" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
135- break ;
136- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeRoast ):
137- GLIB_drawStringOnLine (glibContext, " MODE: ROAST" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
138- break ;
139- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeClean ):
140- GLIB_drawStringOnLine (glibContext, " MODE: CLEAN" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
141- break ;
142- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvectionBake ):
143- GLIB_drawStringOnLine (glibContext, " MODE: CONV BAKE" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
144- break ;
145- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvectionRoast ):
146- GLIB_drawStringOnLine (glibContext, " MODE: CONV ROAST" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
147- break ;
148- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeWarming ):
149- GLIB_drawStringOnLine (glibContext, " MODE: WARMING" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
150- break ;
151- case chip::to_underlying (OvenModeDelegate::OvenModes::kModeProofing ):
152- GLIB_drawStringOnLine (glibContext, " MODE: PROOFING" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
153- break ;
154- default :
155- GLIB_drawStringOnLine (glibContext, " MODE: UNKNOWN" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
156- break ;
127+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeBake ):
128+ GLIB_drawStringOnLine (glibContext, " MODE: BAKE" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
129+ break ;
130+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvection ):
131+ GLIB_drawStringOnLine (glibContext, " MODE: CONVECTION" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
132+ break ;
133+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeGrill ):
134+ GLIB_drawStringOnLine (glibContext, " MODE: GRILL" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
135+ break ;
136+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeRoast ):
137+ GLIB_drawStringOnLine (glibContext, " MODE: ROAST" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
138+ break ;
139+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeClean ):
140+ GLIB_drawStringOnLine (glibContext, " MODE: CLEAN" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
141+ break ;
142+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvectionBake ):
143+ GLIB_drawStringOnLine (glibContext, " MODE: CONV BAKE" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
144+ break ;
145+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeConvectionRoast ):
146+ GLIB_drawStringOnLine (glibContext, " MODE: CONV ROAST" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
147+ break ;
148+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeWarming ):
149+ GLIB_drawStringOnLine (glibContext, " MODE: WARMING" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
150+ break ;
151+ case chip::to_underlying (OvenModeDelegate::OvenModes::kModeProofing ):
152+ GLIB_drawStringOnLine (glibContext, " MODE: PROOFING" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
153+ break ;
154+ default :
155+ GLIB_drawStringOnLine (glibContext, " MODE: UNKNOWN" , 6 , GLIB_ALIGN_LEFT, 0 , 0 , true );
156+ break ;
157157 }
158158
159159#if SL_LCDCTRL_MUX
0 commit comments