I am trying to show a picture of our logo on our V5 screen, but I’m just getting a black screen. My code looks like: Brain.Screen.drawImageFromFile(“colonels.png”, 0, 0); and it isn’t giving me any errors. I have the image, colonels.png, in my SD card and not in any folders.
Make sure the picture is within the size constraints of the V5 Brain. 480x240 pixels.
1 Like
Have you checked to see if the file may be corrupted?
That’s probably it lol, ty.
If you use vex code could you send code. I want to put shrek on my screen
It’s very simple, the code is just: Brain.Screen.drawImageFromFile(“colonels.png”, 0, 0); and then you have to have an sd card in the brain with a png file with the name of the file in the code.
1 Like
Do you need an sd card
Yes.
20char
20morechar