diff options
author | uvok | 2025-07-21 07:15:29 +0200 |
---|---|---|
committer | uvok | 2025-07-21 07:15:29 +0200 |
commit | 7e96792ecb6db54b06eaa2602b03bbed490c98b2 (patch) | |
tree | b8b4879640b5383643041acceae851724f5695f7 /src | |
parent | 4c432e4ae84d4154ad0f4b208991d7de9726afbf (diff) |
hibernate display after draw
Diffstat (limited to 'src')
-rw-r--r-- | src/display.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display.cpp b/src/display.cpp index 994fe77..286e220 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -149,6 +149,8 @@ static void displayDo(display_mode_t mode) display.setCursor(x, y); display.print(display_text); } while (display.nextPage()); + + display.hibernate(); } uint8_t de::uvok::badge::display_prev(void) |