diff options
Diffstat (limited to 'src/device/screen.cpp')
-rw-r--r-- | src/device/screen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/screen.cpp b/src/device/screen.cpp index 2857161..8504ef2 100644 --- a/src/device/screen.cpp +++ b/src/device/screen.cpp @@ -70,6 +70,7 @@ void draw_lines(OLEDDisplay *screen, struct display_status *status) screen->clear(); screen->drawString(0, 0, status->first_line); screen->drawString(0, SCREEN_HEIGHT / 2, status->second_line); + screen->display(); } void update_lines(struct display_status *status) |