Implement RPi basic version-special code

This commit is contained in:
Lorenzooone
2024-06-02 06:20:49 +02:00
parent d5765338f2
commit f572c42bbb
17 changed files with 353 additions and 89 deletions

View File

@@ -34,6 +34,7 @@ struct ScreenInfo {
struct DisplayData {
bool split;
bool mono_app_mode;
};
#pragma pack(push, 1)