diff options
Diffstat (limited to 'docs/feature_hd44780.md')
| -rw-r--r-- | docs/feature_hd44780.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_hd44780.md b/docs/feature_hd44780.md index ffcaf6eab..dc476c734 100644 --- a/docs/feature_hd44780.md +++ b/docs/feature_hd44780.md | |||
| @@ -50,7 +50,7 @@ LCD_DISP_ON_CURSOR_BLINK : display on, cursor on flashing | |||
| 50 | ```` | 50 | ```` |
| 51 | This is best done in your keyboards `matrix_init_kb` or your keymaps `matrix_init_user`. | 51 | This is best done in your keyboards `matrix_init_kb` or your keymaps `matrix_init_user`. |
| 52 | It is advised to clear the display before use. | 52 | It is advised to clear the display before use. |
| 53 | To do so call `lcd_clrsrc()`. | 53 | To do so call `lcd_clrscr()`. |
| 54 | 54 | ||
| 55 | To now print something to your Display you first call `lcd_gotoxy(column, line)`. To go to the start of the first line you would call `lcd_gotoxy(0, 0)` and then print a string with `lcd_puts("example string")`. | 55 | To now print something to your Display you first call `lcd_gotoxy(column, line)`. To go to the start of the first line you would call `lcd_gotoxy(0, 0)` and then print a string with `lcd_puts("example string")`. |
| 56 | 56 | ||
