Setup a graphics 'driver' of sorts that can display a banner at the top of the screen.
This commit is contained in:
@@ -5,4 +5,5 @@ void write_screen(unsigned int, char, unsigned char, unsigned char);
|
||||
void move(unsigned short);
|
||||
void draw_s(char*, unsigned char, unsigned char);
|
||||
int strlen(char*);
|
||||
void clear_screen(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user