Add PrintString()

This commit is contained in:
EnderIce2
2024-02-15 22:53:39 +02:00
parent 9ab246f8c4
commit 69aeb5c36a
2 changed files with 21 additions and 3 deletions

View File

@ -239,6 +239,10 @@ namespace Video
char Print(char Char,
Video::Font *Font = nullptr,
bool WriteToUART = false);
void PrintString(const char *String,
Video::Font *Font = nullptr,
bool WriteToUART = false);
Display(BootInfo::FramebufferInfo Info,
bool LoadDefaultFont = true,