{"id":183,"date":"2025-05-04T11:29:22","date_gmt":"2025-05-04T14:29:22","guid":{"rendered":"http:\/\/192.168.0.52\/?p=183"},"modified":"2025-05-29T16:30:17","modified_gmt":"2025-05-29T19:30:17","slug":"display-lcd-i2c","status":"publish","type":"post","link":"https:\/\/jorgecarneirob.ddns.net\/index.php\/2025\/05\/04\/display-lcd-i2c\/","title":{"rendered":"Display LCD I2C"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full wp-duotone-unset-1\"><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"519\" src=\"http:\/\/192.168.0.52\/wp-content\/uploads\/2025\/05\/image-11.png\" alt=\"\" class=\"wp-image-184\" srcset=\"https:\/\/jorgecarneirob.ddns.net\/wp-content\/uploads\/2025\/05\/image-11.png 614w, https:\/\/jorgecarneirob.ddns.net\/wp-content\/uploads\/2025\/05\/image-11-300x254.png 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/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=\"13 - Aprenda a Usar o Display LCD 16x2 I2C com Arduino: Passo a Passo.\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/6EykaPrw5iw?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>Adafruit_LiquidCrystal lcd_1(0);<\/p>\n\n\n\n<p>void setup()<br>{<br>lcd_1.begin(16, 2);<br>}<\/p>\n\n\n\n<p>void loop()<br>{<br>lcd_1.setCursor(0, 0);<br>lcd_1.print(&#8220;JORGE CARNEIRO&#8221;);<br>lcd_1.setCursor(2, 1);<br>lcd_1.print(&#8220;INFORMATICA&#8221;);<br>lcd_1.scrollDisplayRight();<br>\/\/ delay(500);<br>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>YouTube: C\u00f3digo: \/\/ C++ code\/\/ include Adafruit_LiquidCrystal lcd_1(0); void setup(){lcd_1.begin(16, 2);} void loop(){lcd_1.setCursor(0, 0);lcd_1.print(&#8220;JORGE CARNEIRO&#8221;);lcd_1.setCursor(2, 1);lcd_1.print(&#8220;INFORMATICA&#8221;);lcd_1.scrollDisplayRight();\/\/ delay(500);}<\/p>\n","protected":false},"author":1,"featured_media":184,"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,109,116,113,43,69,53,114,115,117,74],"class_list":["post-183","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-i2c","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-11.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/183","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=183"}],"version-history":[{"count":2,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/183\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/183\/revisions\/201"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/media\/184"}],"wp:attachment":[{"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/media?parent=183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/categories?post=183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jorgecarneirob.ddns.net\/index.php\/wp-json\/wp\/v2\/tags?post=183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}