This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:examples:display:lcd_alphanumeric [2010/04/13 07:31] – raivo.sell | en:examples:display:lcd_alphanumeric [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Alphanumeric LCD ====== | ====== Alphanumeric LCD ====== | ||
- | //Necessary knowledge: | + | //Necessary knowledge: [LIB] [[en: |
===== Theory ===== | ===== Theory ===== | ||
Line 62: | Line 62: | ||
seconds % 60); | seconds % 60); | ||
- | // Displaying the clock text in the beginning of the second row of the LCD. | + | // Displaying the clock text in the LCD. |
lcd_alpha_goto_xy(0, | lcd_alpha_goto_xy(0, | ||
lcd_alpha_write_string(text); | lcd_alpha_write_string(text); |