diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-05-09 14:47:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-09 22:47:11 +0100 |
| commit | 7b11dcce106219cdbbbd3ea1e58891ab3dcffc67 (patch) | |
| tree | 2a84f5bc78c7be9cc368740385829fcbf4ec560c /docs/feature_hd44780.md | |
| parent | e2fa05c6d26115bed193ab174c13ebdb63d8d543 (diff) | |
| download | qmk_firmware-7b11dcce106219cdbbbd3ea1e58891ab3dcffc67.tar.gz qmk_firmware-7b11dcce106219cdbbbd3ea1e58891ab3dcffc67.zip | |
Docs: fix links in feature_hd44780.md (#9053)
The referenced site was moved.
Diffstat (limited to 'docs/feature_hd44780.md')
| -rw-r--r-- | docs/feature_hd44780.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_hd44780.md b/docs/feature_hd44780.md index 0a174035b..ffcaf6eab 100644 --- a/docs/feature_hd44780.md +++ b/docs/feature_hd44780.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # HD44780 LCD Displays | 1 | # HD44780 LCD Displays |
| 2 | 2 | ||
| 3 | This is an integration of Peter Fleury's LCD library. This page will explain the basics. [For in depth documentation visit his page.](http://homepage.hispeed.ch/peterfleury/doxygen/avr-gcc-libraries/group__pfleury__lcd.html) | 3 | This is an integration of Peter Fleury's LCD library. This page will explain the basics. [For in depth documentation visit his page.](http://www.peterfleury.epizy.com/doxygen/avr-gcc-libraries/group__pfleury__lcd.html) |
| 4 | 4 | ||
| 5 | You can enable support for HD44780 Displays by setting the `HD44780_ENABLE` flag in your keyboards `rules.mk` to yes. | 5 | You can enable support for HD44780 Displays by setting the `HD44780_ENABLE` flag in your keyboards `rules.mk` to yes. |
| 6 | 6 | ||
| @@ -54,4 +54,4 @@ To do so call `lcd_clrsrc()`. | |||
| 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 | ||
| 57 | There are more methods available to control the display. [For in depth documentation please visit the linked page.](http://homepage.hispeed.ch/peterfleury/doxygen/avr-gcc-libraries/group__pfleury__lcd.html) | 57 | There are more methods available to control the display. [For in depth documentation please visit the linked page.](http://www.peterfleury.epizy.com/doxygen/avr-gcc-libraries/group__pfleury__lcd.html) |
