{"id":236,"date":"2013-02-04T21:43:20","date_gmt":"2013-02-04T20:43:20","guid":{"rendered":"http:\/\/labalec.fr\/erwan\/?p=236"},"modified":"2014-05-09T23:06:18","modified_gmt":"2014-05-09T21:06:18","slug":"arduino-tvout","status":"publish","type":"post","link":"https:\/\/labalec.fr\/erwan\/?p=236","title":{"rendered":"Arduino : output to a tv (tvout)"},"content":{"rendered":"<p>Last time we have seen how to use an arduino and a 16*2 lcd screen.<br \/>\nNow lets see to use an arduino and a tvout to a <a href=\"http:\/\/www.amazon.fr\/gp\/product\/B00ANGYPQG\/ref=oh_details_o06_s00_i00\" target=\"_blank\">small display screen<\/a> (2.5 inches) using a RCA connector.<\/p>\n<p><strong>First the wiring<\/strong><\/p>\n<p><a href=\"https:\/\/labalec.fr\/erwan\/?attachment_id=237\" rel=\"attachment wp-att-237\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/tvout_bb-300x191.png\" alt=\"tvout_bb\" width=\"300\" height=\"191\" class=\"alignnone size-medium wp-image-237\" srcset=\"https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/tvout_bb-300x191.png 300w, https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/tvout_bb.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><strong>Then the code<\/strong><\/p>\n<pre>\r\n#include <TVout.h>\r\n\r\nTVout TV;\r\nunsigned char x, y;\r\n\r\nvoid setup ( )\r\n{\r\n  TV.start_render( _PAL );\r\n}\r\n\r\nvoid loop ( )\r\n{\r\n  TV.clear_screen ( );\r\n  TV.print_str ( 10, 10, \"Hello World!!!\" );\r\n  TV.delay ( 60 );\r\n}\r\n<\/pre>\n<p>TvOut lib can be found <a href=\"http:\/\/code.google.com\/p\/arduino-tvout\/downloads\/detail?name=TVout_R5.91.zip&#038;can=2&#038;q=\" title=\"TvOut\" target=\"_blank\">here<\/a><\/p>\n<p><strong>And finally a picture<\/strong><br \/>\n<a href=\"https:\/\/labalec.fr\/erwan\/?attachment_id=238\" rel=\"attachment wp-att-238\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/IMG_3544-300x225.jpg\" alt=\"IMG_3544\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-238\" srcset=\"https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/IMG_3544-300x225.jpg 300w, https:\/\/labalec.fr\/erwan\/wp-content\/uploads\/2013\/02\/IMG_3544.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last time we have seen how to use an arduino and a 16*2 lcd screen. Now lets see to use an arduino and a tvout to a small display screen (2.5 inches) using a RCA connector. First the wiring Then the code #include TVout TV; unsigned char x, y; void setup ( ) { TV.start_render( <a href='https:\/\/labalec.fr\/erwan\/?p=236' class='excerpt-more'>[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-236","post","type-post","status-publish","format-standard","hentry","category-arduino","category-18-id","post-seq-1","post-parity-odd","meta-position-corners","fix"],"_links":{"self":[{"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/posts\/236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=236"}],"version-history":[{"count":13,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/posts\/236\/revisions"}],"predecessor-version":[{"id":1219,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=\/wp\/v2\/posts\/236\/revisions\/1219"}],"wp:attachment":[{"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/labalec.fr\/erwan\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}