Add display rotation config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user