Runtime buttons on screen interfere with my buttons, can be turned off?

I wrote a game a few years ago with Codea which has buttons along the sides of the screen. I just reloaded Codea on my iPad and now there are the runtime buttons in the way, e.g. pause, record, etc buttons. Previously the hot area to stop execution was quite small and not in the way.

Can I turn off these buttons?

displayMode(FULLSCREEN_NO_BUTTONS)

Oh, yes that’s it! Thanks!