The OLED display does not support background colors when drawing text.
I don't understand how to calculate the correct color / mode combinations to get predictable foreground / background colors.
I have been successful in drawing black text on a colored backgound, but any other combinations seem to be trial and error.
I know that the set mode operations will affect the resulting foreground color based on the operation.
What logic should we be using to calculate the foreground color when we want one specific color on another background color.
For example I would like to print blue text on a white background. What mode should I be using and what foreground color should i use before I draw the string?
It appears that the standard setColor format of R R R G G B B B for the bits are confusing as there appears to be only 3 states for blue, green, and red. The LSB does not appear to have any affect
It sure would be helpful to understand how to manage colors on the OLED display.
Thanks!