- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user