Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <TVout.h>
- TVout TV;
- unsigned char x, y;
- void setup ( )
- {
- TV.start_render( _NTSC );
- }
- void loop ( )
- {
- TV.clear_screen ( );
- TV.print_str ( 10, 10, «TVout FTW!!!» );
- TV.delay ( 60 );
- }
Add Comment
Please, Sign In to add comment