Solved
Changing wildcard text color?
Hi,
I would like to announce measurement results also by text and change the text color based on the results. Green text for a pass, red for failure. How could I do this?
Hi,
I would like to announce measurement results also by text and change the text color based on the results. Green text for a pass, red for failure. How could I do this?
#include <touchgfx/Color.hpp>
...
textArea.setColor(Color::getColorFrom24BitRGB(0xFF, 0x00, 0x00)); //Red
textArea.setColor(Color::getColorFrom24BitRGB(0x00, 0xFF, 0x00)); //Green
textArea.setColor(Color::getColorFrom24BitRGB(0x00, 0x00, 0xFF)); //BlueEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.