Which instruction draws the string with an opaque background (overwrites what is beneath)?
A. Graphics_drawString(g_sContext_p, (int8_t *)"Test", -1, 10, 10, true);
B. Graphics_drawString(g_sContext_p, (int8_t *)"Test", -1, 10, 10, false);
C. Graphics_drawString(g_sContext_p, (int8_t *)"Test", 0, 10, 10, false);