From ea342ab3c1565e36395b3ea96969e8d1371f062c Mon Sep 17 00:00:00 2001 From: uvok Date: Sat, 9 May 2026 11:15:09 +0200 Subject: Display default image on start it's a fucking pain in the head otherwise. --- include/badge/display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/badge') 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 -#include +#include 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 -- cgit v1.2.3