- Initial commit of base firmware - which is still very raw
This commit is contained in:
34
Firmware/Display_Default_Configurations.h
Normal file
34
Firmware/Display_Default_Configurations.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Display_Default_Configurations.h
|
||||
*
|
||||
* Created: Sun Jul 06 2025 15:51:51
|
||||
* Author Chris
|
||||
*/
|
||||
#ifndef DISPLAY_DEFAULT_CONFIGURATIONS_H_
|
||||
#define DISPLAY_DEFAULT_CONFIGURATIONS_H_
|
||||
|
||||
// ============================================================================================
|
||||
// Includes
|
||||
#include "Display_Objects_Datatypes.h"
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Defines
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Datatypes
|
||||
extern Configuration_Menu_Select _Configuration_Default_Select_Menu;
|
||||
extern Configuration_Select_YesNo _Configuration_Default_Select_YesNo;
|
||||
extern Configuration_Select_List _Configuration_Default_Select_List;
|
||||
extern Configuration_Select_Value _Configuration_Default_Select_Value;
|
||||
extern Configuration_Select_RGB _Configuration_Default_Select_RGB;
|
||||
extern Configuration_Select_RGB _Configuration_Compact_Select_RGB;
|
||||
extern Configuration_Select_RGB _Configuration_High_Contrast_Select_RGB;
|
||||
extern Configuration_Entry_Indicator _Configuration_Default_Entry_Indicator_Arc;
|
||||
extern Configuration_Entry_Indicator _Configuration_Default_Entry_Indicator_Dot;
|
||||
|
||||
// ============================================================================================
|
||||
// Function Declarations
|
||||
|
||||
#endif /* DISPLAY_DEFAULT_CONFIGURATIONS_H_ */
|
||||
Reference in New Issue
Block a user