Dynamic Graph background color
Hello, This seems like a basic question but I can't seem to find an answer anywhere: I'd like to change the background color of the dynamic graph from white to some other color (black ideally). This would be the entire background color I'm after, not just the color below the line as it's drawn. In all examples of the dynamic graph the background is always white so I'm sort of wondering if this is even possible?
I noticed in MainViewBase.cpp when the graph is being drawn initially a background is added and it is explicitly set to white so it seems like this could be some other color?
graphBackground.setColor(touchgfx::Color::getColorFromRGB(255, 255, 255));
..
add(graphBackground);
Is there a way to change this?
Thanks!
Rich
