diff options
| author | uvok | 2026-05-09 11:15:09 +0200 |
|---|---|---|
| committer | uvok | 2026-05-09 11:15:09 +0200 |
| commit | ea342ab3c1565e36395b3ea96969e8d1371f062c (patch) | |
| tree | 1b922450bc8dddee5b6e51c4b87909efc2ca8ad0 /include | |
| parent | 54de861217ab74266e5cce86b9ad291b93a4d0b1 (diff) | |
Display default image on startmain
it's a fucking pain in the head otherwise.
Diffstat (limited to 'include')
| -rw-r--r-- | include/badge/display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/badge/display.h b/include/badge/display.h index d1053f2..aa04b4f 100644 --- a/include/badge/display.h +++ b/include/badge/display.h @@ -2,7 +2,7 @@ #include "indicator.h" #include <stdint.h> -#include <string> +#include <string> namespace de::uvok::badge { @@ -14,6 +14,6 @@ namespace de::uvok::badge uint8_t display_prev(void); uint8_t display_refresh(void); void display_direct(uint8_t num); - void display_text(const std::string& text); + void display_text(const std::string &text); void display_indicator(DisplayIndicator); } // namespace de::uvok::badge |
