Added basic primary driver display and display switch commands

This commit is contained in:
2026-03-27 16:08:24 +01:00
parent a902600aa4
commit 6d47582eba
7 changed files with 115 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ enum module_id : uint8_t {
enum task_type : uint8_t {
TASK_NULL,
TASK_DISPLAY_GPS_DEBUG,
TASK_DISPLAY_DRIVER_PRIMARY,
TASK_DISPLAY_MSG_GPS_FIX,
TASK_DISPLAY_MSG_TRACK_DETECT_OK,
TASK_DISPLAY_MSG_CONFIG_NO_TRACKS,