- 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:
34
Firmware/Screens_Display/Common_Screen_Elements.h
Normal file
34
Firmware/Screens_Display/Common_Screen_Elements.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* File: Common_Screen_Elements.h
|
||||
* Created: Created: Sunday October 2025 19:57:22
|
||||
* Author: Chris
|
||||
*/
|
||||
#ifndef COMMON_SCREEN_ELEMENTS_H
|
||||
#define COMMON_SCREEN_ELEMENTS_H
|
||||
|
||||
// ============================================================================================
|
||||
// Includes
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../Mode_Manager.h"
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Defines
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Datatypes
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Function Declarations
|
||||
void Common_Screen_Element_Init_Current_Mode(Mode mode);
|
||||
void Common_Screen_Element_Init_Mode_Activity(Mode mode);
|
||||
|
||||
void Common_Screen_Element_Tick_Mode_Activity(Mode mode);
|
||||
|
||||
|
||||
#endif // COMMON_SCREEN_ELEMENTS_H
|
||||
Reference in New Issue
Block a user