From 54de861217ab74266e5cce86b9ad291b93a4d0b1 Mon Sep 17 00:00:00 2001 From: uvok Date: Sat, 9 May 2026 11:12:47 +0200 Subject: Fix rotation my badge holder is the other way around --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display.cpp') diff --git a/src/display.cpp b/src/display.cpp index 526d8e1..68f97b0 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -50,7 +50,7 @@ static std::string displayed_text; // #include "snep3.xbm" static bool is_initial = true; -static constexpr uint8_t rotation = 3; +static constexpr uint8_t rotation = 1; void de::uvok::badge::display_init() { -- cgit v1.2.3