Hello, I am starting to explore the LED matrix on the Uno R4 wifi. I have been following the Arduino examples and generally so far so good. However, I want more details about displaying graphics. I went to the ArduinoGraphics library, and it is useful, but also quite limited in its explanations.
The main thing I wish to do, is print scrolling text inverted. Seems like it should be easy to do, but it is not explained. I can do this easily with an oled display and U8g2, but here it is not clear.
Can anyone explain if this is possible? Also, is there any place where the Arduino Graphics functions are more clearly explained than in the Arduino library section? I have looked around, but no luck...Thanks.
Steven Lightfoot