in P5 I have some drawings that remain static the entire time. It seems inefficient to put them in the draw method where they'll be drawn and redrawn again and again since they're not moving.
I tried placing the static drawings in setup but that doesn't work.
Is there a way to have some items drawn once and then kept statically rendered for more efficiency?