Improve FPS on lower end hardware

This commit is contained in:
Lorenzooone
2024-07-04 22:09:32 +02:00
committed by GitHub
parent e9084745b9
commit 83b6dd522a
5 changed files with 59 additions and 27 deletions

View File

@@ -51,7 +51,7 @@ struct DisplayData {
#pragma pack(push, 1)
struct PACKED VideoOutputData {
uint8_t screen_data[MAX_IN_VIDEO_SIZE][4];
uint8_t screen_data[MAX_IN_VIDEO_SIZE][3];
};
#pragma pack(pop)