Skip to content

Commit

Permalink
Fix Creality DWIN Control menu icons (#19441)
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmaquip authored Sep 19, 2020
1 parent 98bcb25 commit b5e4511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/e3v2/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ inline void Draw_Control_Menu() {

// Draw icons and lines
uint8_t i = 0;
#define _TEMP_ICON(N) do{ ++i; if (CVISI(i)) Draw_Menu_Line(CSCROL(i), ICON_SetEndTemp + (N) - 1); }while(0)
#define _TEMP_ICON(N) do{ ++i; if (CVISI(i)) Draw_Menu_Line(CSCROL(i), ICON_Temperature + (N) - 1); }while(0)

_TEMP_ICON(CONTROL_CASE_TEMP);
if (CVISI(i)) Draw_More_Icon(CSCROL(i));
Expand Down

0 comments on commit b5e4511

Please sign in to comment.