Skip to content

Commit

Permalink
🩹 Fix E3V2 MarlinUI XYZ frame (#25206)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-the-compiler authored and thinkyhead committed Jan 12, 2023
1 parent 9ff2818 commit 885b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/marlinui/ui_status_480x272.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void MarlinUI::draw_status_screen() {
// Draw a frame around the x/y/z values
DWIN_Draw_Rectangle(0, Select_Color,
#if ENABLED(DWIN_MARLINUI_PORTRAIT)
0, 193, LCD_PIXEL_WIDTH, 260
0, 193, LCD_PIXEL_WIDTH - 1, 260
#else
0, 115, LCD_PIXEL_WIDTH - 1, 152
#endif
Expand Down

0 comments on commit 885b553

Please sign in to comment.