Added new startup logger, tab support and new iso image
This commit is contained in:
@@ -120,10 +120,10 @@ void processCommand(uint8_t *cmd) {
|
||||
|
||||
void iceos_ascii_logo() {
|
||||
printf_color("\n\n"
|
||||
"##############################################\n#",
|
||||
"###################################################\n#",
|
||||
LIGHT_BLUE, BLACK);
|
||||
printf_color(" iceOS - developed by Marco Cetica (c) 2019 ",
|
||||
printf_color(" iceOS - developed by Marco Cetica (c) 2019-2020 ",
|
||||
LIGHT_MAGENTA, BLACK);
|
||||
printf_color("#\n##############################################\n",
|
||||
printf_color("#\n###################################################\n",
|
||||
LIGHT_BLUE, BLACK);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user