_xinfreq = 6_000_000 _clkmode = xtal1 + pll16x vidpin = 24 obj term : "tv_text" pub Main term.start( vidpin ) term.str( string("Howdy, ") ) waitcnt( clkfreq*2 + cnt ) reboot