Skip to content

Commit 3e3f9f7

Browse files
zelenskiCS107E BOT
authored andcommitted
A6 updates
commit ea674a55e7fa5585f75129901d3bbc2cf62d8b09 Author: Julie Zelenski <[email protected]> Date: Tue Feb 18 17:55:26 2025 -0800 A6 updates
1 parent 7e03bd3 commit 3e3f9f7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

cs107e/include/console.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,15 @@ void console_clear(void);
5252
*/
5353
int console_printf(const char *format, ...) __attribute__((format(printf, 1, 2)));
5454

55+
56+
/*
57+
* `console_startup_screen`: optional extension
58+
*
59+
* Draws a custom image or animation for splash screen.
60+
*
61+
* This function is NOT part of the core requirements.
62+
* You can leave this function unimplemented if not doing the extension.
63+
*/
64+
void console_startup_screen(void);
65+
5566
#endif

cs107e/lib/libmango.a

2.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)