{"id":189,"date":"2025-05-04T14:03:18","date_gmt":"2025-05-04T17:03:18","guid":{"rendered":"http:\/\/192.168.0.52\/?p=189"},"modified":"2025-05-29T16:29:39","modified_gmt":"2025-05-29T19:29:39","slug":"lcd-16x2-arduino","status":"publish","type":"post","link":"https:\/\/jorgecarneirob.ddns.net\/index.php\/2025\/05\/04\/lcd-16x2-arduino\/","title":{"rendered":"LCD 16&#215;2 Arduino"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full wp-duotone-unset-1\"><img loading=\"lazy\" decoding=\"async\" width=\"478\" height=\"506\" src=\"http:\/\/192.168.0.52\/wp-content\/uploads\/2025\/05\/image-12.png\" alt=\"\" class=\"wp-image-190\" srcset=\"https:\/\/jorgecarneirob.ddns.net\/wp-content\/uploads\/2025\/05\/image-12.png 478w, https:\/\/jorgecarneirob.ddns.net\/wp-content\/uploads\/2025\/05\/image-12-283x300.png 283w\" sizes=\"auto, (max-width: 478px) 100vw, 478px\" \/><\/figure>\n\n\n\n<p>Youtube: <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"14 - Display LCD 16x2\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/hCApfGgx_sg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>C\u00f3digo:<\/p>\n\n\n\n<p>\/\/ C++ code<br>\/\/<\/p>\n\n\n\n<h1 class=\"wp-block-heading has-small-font-size\">include<\/h1>\n\n\n\n<p>LiquidCrystal lcd(2, 3, 4, 5, 6, 7);<\/p>\n\n\n\n<p>void setup()<br>{<br>lcd.begin(16, 2);<br>lcd.clear();<br>}<\/p>\n\n\n\n<p>void loop()<br>{<br>lcd.setCursor(1, 0);<br>lcd.print(&#8220;JORGE&#8221;);<br>lcd.setCursor(0, 1);<br>lcd.print(&#8220;CARNEIRO&#8221;);<br>lcd.scrollDisplayLeft();<br>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Youtube: C\u00f3digo: \/\/ C++ code\/\/ include LiquidCrystal lcd(2, 3, 4, 5, 6, 7); void setup(){lcd.begin(16, 2);lcd.clear();} void loop(){lcd.setCursor(1, 0);lcd.print(&#8220;JORGE&#8221;);lcd.setCursor(0, 1);lcd.print(&#8220;CARNEIRO&#8221;);lcd.scrollDisplayLeft();}<\/p>\n","protected":false},"author":1,"featured_media":190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[59],"tags":[110,44,112,111,45,46,118,119,116,113,43,69,53,114,115,117,74],"class_list":["post-189","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arduino","tag-adafruit_liquidcrystal","tag-arduino","tag-biblioteca-arduino","tag-display-lcd-16x2","tag-diy","tag-eletronica","tag-exibicao-de-texto","tag-hardware","tag-interface","tag-lcd","tag-maker","tag-programacao-arduino","tag-projetos-arduino","tag-robotica-2","tag-scroll","tag-software","tag-tutorial-arduino"],"jetpack_featured_media_url":"https:\/\/jorgecarneirob.ddns.net\/wp-content\/uploads\/2025\/05\/image-12.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/comments?post=189"}],"version-history":[{"count":2,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/189\/revisions"}],"predecessor-version":[{"id":200,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/189\/revisions\/200"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/media\/190"}],"wp:attachment":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/media?parent=189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/categories?post=189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/tags?post=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}