Can now place text anywhere on the screen and also create neat transparent panels. There can be more than one text string and panel shown at a time too. Just did a quick test with this:
Text(50,50,1,"Hello World")
Text(50,70,1,"Hello World2")
Panel(10,10,20,20)
Panel(60,60,80,80)
TextCenterOnX(50,90,4,"Hello World3")
Sadly seems like can still only place one image at a time unless I'm missing something, but the new text commands and panel open up a lot of possibilities.