I have an image I would like to print on the brain but I don’t know how to code it, the image is on a mirco sd card called “Jacekane” and the image is called “Jace.png”
2 Likes
if you send a picture i can try to help
3 Likes
Brain.Screen.drawImageFromFile( "Jace.png", 0, 0 );
7 Likes
When i do that nothing shows up on the brain, it compiles and runs it fine but nothing happens
perhaps your image is too large, it should be 480x240 pixels or smaller.
4 Likes
where would you put this in the program?
int Main?
also, where do i put the image in my files for it to work