diff options
author | uvok | 2025-08-02 18:56:34 +0200 |
---|---|---|
committer | uvok | 2025-08-02 19:00:02 +0200 |
commit | 98baf20860831957285a6d2acca1680bae15124f (patch) | |
tree | afe4265bd66cb0f7edb5d2137b528ce6a473f1fa /src/display.cpp | |
parent | b3027f3fd49e64d19a5054831117e4598f491ab9 (diff) |
Prepare having a display indicator
Diffstat (limited to 'src/display.cpp')
-rw-r--r-- | src/display.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/display.cpp b/src/display.cpp index 74561f3..3a2d99f 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -190,11 +190,17 @@ void de::uvok::badge::display_direct(uint8_t num) { LOG_F("Display direct\n"); if (num >= image_count) - return; + return; displayed = num; displayDo(DISPLAY_FULL); } +void de::uvok::badge::display_indicator(DisplayIndicator indicator) +{ + +} + + /* // -> #include "output_h4x4a.xbm" |