diff options
| author | uvok | 2026-05-09 11:12:47 +0200 |
|---|---|---|
| committer | uvok | 2026-05-09 11:12:47 +0200 |
| commit | 54de861217ab74266e5cce86b9ad291b93a4d0b1 (patch) | |
| tree | a74bf838351d74d2eddec4f503040a311a9d6a20 | |
| parent | 1e9bfd73a7e8c3c70b4cd4309cb309e8d11f314e (diff) | |
Fix rotation
my badge holder is the other way around
| -rw-r--r-- | src/display.cpp | 2 |
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() { |
