Writing Stationary Text

So as I’ve continued to play around with the sketches I still haven’t been able to find anything in the example or the code that allows me to write stationary text at an x,y location. I found that I can use setMode(off) to stop text from scrolling, but I can’t seem to figure out how to edit MultipleTextLayersGFX to specify a specific location for text to be drawn, but I have been able to comment out chooseRandomVisibleOffset(&scrollingLayer00); to get it to draw at 0,0.

Can anyone direct me to what I am doing wrong? I’ve been trying to reference the files and documentation but I’m so lost at this point I have to ask.

After a few hours of working on it I finally got it

1 Like