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

@@ -57,7 +57,7 @@ void setup() {
delay(1000);
driver_display->print_message("GPS Init Complete");
delay(1000);
router::send(MOD_LCD, TASK_DISPLAY_GPS_DEBUG);
router::send(MOD_LCD, TASK_DISPLAY_DRIVER_PRIMARY);
}
void loop() {