Displays a message on a selected screen, in the specified color.
#include <screen.h>
int OutputToScreenWithAttribute (
scr_t scrID,
uint8_t attr,
const char *format,
...);
(IN) Specifies the screen ID where the message is to be displayed.
(IN) Specifies the screen (character) attributes for the characters written to the specified screen. Specify one of the following.
(IN) Points to a null-terminated, ASCII control string similar to that used with the printf function (except for floating point specifiers). See Print Format Control Strings.
Specifies arguments indicated by the format parameter.
Returns zero if successful. Otherwise, the following: