Skip to content

Commit

Permalink
Update dwin_popup.h spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored Apr 24, 2024
1 parent 84567d8 commit 098a62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/e3v2/proui/dwin_popup.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ void dwinShowPopup(const uint8_t icon, T amsg1=nullptr, U amsg2=nullptr, uint8_t
template<typename T, typename U>
void dwinPopupContinue(const uint8_t icon, T amsg1, U amsg2) {
hmiSaveProcessID(ID_WaitResponse);
dwinDrawPopup(icon, amsg1, amsg2, BTN_Continue); // Button Continue
dwinDrawPopup(icon, amsg1, amsg2, BTN_Continue); // Button Continue
dwinUpdateLCD();
}

template<typename T, typename U>
void dwinPopupConfirm(const uint8_t icon, T amsg1, U amsg2) {
hmiSaveProcessID(ID_WaitResponse);
dwinDrawPopup(icon, amsg1, amsg2, BTN_Confirm); // Button Confirm
dwinDrawPopup(icon, amsg1, amsg2, BTN_Confirm); // Button Confirm
dwinUpdateLCD();
}

0 comments on commit 098a62e

Please sign in to comment.