- First complete version of firmware. Currently being tested in the rehearsal room

- Added bunch of screens, fonts and images
 - Added script to read out frame buffer (function currently disabled in Firmware)
This commit is contained in:
2025-10-26 20:57:58 +01:00
parent 90bca063e6
commit 89c875e38f
62 changed files with 4668 additions and 489 deletions

View File

@@ -30,12 +30,11 @@
// Datatypes
typedef struct {
uint8_t Idle_Screen;
uint Screen_Timeout;
int32_t Idle_Screen;
int32_t Screen_Timeout;
uint8_t Reverse_List_Scrolling;
uint8_t Transition_Type;
uint8_t Transition_Frames;
uint8_t Use_Color_Correction;
int32_t Current_Threshold;
} __packed Device_Configuration_s;
typedef struct