from ti_graphics import drawImage from ti_system import disp_wait drawImage("BRAWL", 0, 30) disp_wait()