Description
Created by: TGlev
Description
I have made a class that draws a specific circle into a PGraphics object once, stores it in memory and uses the image() function to draw it to the screen when needed. This works perfectly fine on windows, but when exported to raspberry pi (64 bit), it does not show said circle on the screen. I am using a raspberry pi 4 with a fresh image of the latest 64 bit raspbian. The sketch is exported on processing windows using the built in export function.
Expected Behavior
This is on windows. The left circle is drawn from a PGraphics, the right circle is drawn using the code that normally renders into the PGraphics object
Current Behavior
As you can see, on linux only the right cirlce is drawn. The left one, the PGraphics one, is not drawn.
There are no errors or anything in the console.
Steps to Reproduce
Your Environment
Raspberry pi 4, connected over HDMi to a monitor
Running the latest 64 bit raspbian with java 11.0.15.1
Activity