Reworks startup graphics and timings

Reworks the graphics during the startup. Introduces a progress bar to visualize how much of the boot is completed. Also changes the the optics of the bambu, spoolman and wifi icons. They are now always displayed but they will be striked out if not working and they will start blinking. Also removes some unnessesary waits.
This commit is contained in:
Jan Philipp Ecker
2025-08-02 22:52:19 +02:00
parent 7ba0c4f933
commit 4b81703e38
11 changed files with 75 additions and 38 deletions

View File

@@ -466,6 +466,7 @@ void scanRfidTask(void * parameter) {
}
void startNfc() {
oledShowProgressBar(5, 7, DISPLAY_BOOT_TEXT, "NFC init");
nfc.begin(); // Beginne Kommunikation mit RFID Leser
delay(1000);
unsigned long versiondata = nfc.getFirmwareVersion(); // Lese Versionsnummer der Firmware aus