serdeliuk / FrameBufferSerialPortLib

EDK2 port FrameBufferSerialPortLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrameBufferSerialPortLib

EDK2 port FrameBufferSerialPortLib

download

Donate any donation is highly appreciated!

  • Please replace in FrameBufferSerialPortLib.c DELAY variable value with your own prefered value in microseconds
    Default value is 0.03s

UINTN delay = 30000; // 0.03s
Below are few examples on how to set the delay value

1000000 = 1s
 500000 = 0.5s
 100000 = 0.1s
      0 = disable delay

You can change the color of the text output to GREEN or RED using following escape chars

\v for GREEN \v v for victory
\a for RED \a a for alert

I hope that will help in your future projects

Have fun!

NOTE: if you know who initially build this library please let me know to add a credentials list here, many thanks

About

EDK2 port FrameBufferSerialPortLib