Printing Grapics on the V5 Brain

I want to spice up our robot and throw a picture on our brain and i’m not sure how to go about it, if anyone knows any guides or have sample code it would be much appreciated.

You should read the documentation of the V5 C++ API. It contains all the information you need to know about graphics on the brain. I believe the specific method you are looking for is drawImageFromFile which displays an image from the SD card.

Here is the the method from the docs: drawImageFromFile

Example

1 Like