summaryrefslogtreecommitdiff
path: root/src/display.cpp
diff options
context:
space:
mode:
authoruvok2026-05-09 11:12:47 +0200
committeruvok2026-05-09 11:12:47 +0200
commit54de861217ab74266e5cce86b9ad291b93a4d0b1 (patch)
treea74bf838351d74d2eddec4f503040a311a9d6a20 /src/display.cpp
parent1e9bfd73a7e8c3c70b4cd4309cb309e8d11f314e (diff)
Fix rotation
my badge holder is the other way around
Diffstat (limited to 'src/display.cpp')
-rw-r--r--src/display.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{