unsigned char __fastcall__ textcolor (unsigned char color);
/* Set the color for text output. The old color setting is returned. */
unsigned char __fastcall__ bgcolor (unsigned char color);
/* Set the color for the background. The old color setting is returned. */
Note that bgcolor sets the entire screen, so likely needs a new Pico command
Note that
bgcolor
sets the entire screen, so likely needs a new Pico command