Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ESPHamClock/ESPHamClock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ void initScreen()
initWiFiRetry();
drawUptime(true);
drawScreenLock();
drawMOTDIcon();
drawDemoRunner();

// always close so it will restart if open in any pane
Expand Down
2 changes: 1 addition & 1 deletion ESPHamClock/motd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// icon geometry: small mailbox in the upper-right of clock_b, just left of the UTC button
#define MOTD_ICON_W 14
#define MOTD_ICON_H 14
#define MOTD_ICON_GAP 2 // gap between icon and UTC button
#define MOTD_ICON_GAP 6 // gap between icon and UTC button

// clickable box for the icon (also where it gets drawn)
SBox motd_btn_b;
Expand Down