Format message for printing on screen

I am trying to print whatever message the Organelle gets over osc to the screen.

The message I am sending is f.ex. “/knob9 0”
Where /knob9 is the osc message and 0 is the value.
I want to print this to the Organelle screen. But I can not seem to figure out how to translate this to

;
screenLine5 /knob9 0

I have tried a bunch of different ways but I always end up with an extra symbol or something.

Is there a way to make something similar to

;
screenLine5 $1

but that will print the whole message?

Turns out the new oled graphics messages worked nicely for this for debugging =)