Add display rotation config

This commit is contained in:
2026-01-09 12:55:28 +00:00
parent 0551660222
commit f8e1948059
9 changed files with 21 additions and 12 deletions
+2
View File
@@ -1,6 +1,7 @@
#pragma once
#include <chrono>
#include <string>
namespace config::server
{
@@ -8,5 +9,6 @@ namespace config::server
{
int rotation = 0;
std::chrono::milliseconds refreshMs = std::chrono::milliseconds(1000);
std::string framebuffer = "/dev/fb0";
};
} // namespace config::server