{"id":13,"date":"2012-07-15T13:16:00","date_gmt":"2012-07-15T12:16:00","guid":{"rendered":"http:\/\/192.168.0.199:8000\/?p=11"},"modified":"2023-01-17T15:08:18","modified_gmt":"2023-01-17T14:08:18","slug":"arduino-a-displej-1602a","status":"publish","type":"post","link":"https:\/\/loudat.cz\/kublog\/2012\/07\/15\/arduino-a-displej-1602a\/","title":{"rendered":"Arduino a displej 1602A"},"content":{"rendered":"\n<p>D\u00edky internetu nebyl probl\u00e9m naj\u00edt specifikaci tohoto displeje, tak\u017ee op\u011bt nic nebr\u00e1nilo ho zapojit a vyzkou\u0161et.<\/p>\n\n\n\n<p>Jen takov\u00e1 pt\u00e1kovina pro prvn\u00ed zkou\u0161ku &#8211; n\u00e1pis <a href=\"http:\/\/www.fotoK5.cz\">www.fotoK5.cz<\/a> v pohybu:<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"\" data-line=\"\">#include &lt;LiquidCrystal.h&gt; \u00a0\/\/ initialize the library with the numbers of the interface pins\nLiquidCrystal lcd(12, 11, 5, 4, 3, 2);\nint time = 300;\n\nvoid setup() { \n  \/\/ set up the LCD&#039;s number of columns and rows:\n  lcd.begin(16, 2);\n}\n\nvoid loop() {\n  lcd.setCursor(0,0); lcd.print(&quot;www.fotoK5.cz &quot;); delay(time); \/\/ wait for a moment\n  lcd.setCursor(0,0); lcd.print(&quot; www.fotoK5.cz&quot;); delay(time); \/\/ wait for a moment\n  lcd.setCursor(0,0); lcd.print(&quot; www.fotoK5.cz&quot;); delay(time); \/\/ wait for a moment\n  lcd.setCursor(0,0); lcd.print(&quot; www.fotoK5.cz&quot;); delay(time); \/\/ wait for a moment\n  lcd.setCursor(0,0); lcd.print(&quot; www.fotoK5.cz &quot;); delay(time); \/\/ wait for a moment\n  lcd.setCursor(0,0); lcd.print(&quot; www.fotoK5.cz &quot;); delay(time); \/\/ wait for a moment\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>D\u00edky internetu nebyl probl\u00e9m naj\u00edt specifikaci tohoto displeje, tak\u017ee op\u011bt nic nebr\u00e1nilo ho zapojit a vyzkou\u0161et. Jen takov\u00e1 pt\u00e1kovina pro prvn\u00ed zkou\u0161ku &#8211; n\u00e1pis www.fotoK5.cz v pohybu:<\/p>\n","protected":false},"author":2,"featured_media":97,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10],"tags":[15,27,38,39],"class_list":["post-13","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arduino","tag-1602a","tag-arduino","tag-display","tag-displej"],"_links":{"self":[{"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":3,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"predecessor-version":[{"id":857,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/posts\/13\/revisions\/857"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/media\/97"}],"wp:attachment":[{"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/loudat.cz\/kublog\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}