doc: add link to firmware

This commit is contained in:
King Kévin 2022-07-09 14:02:12 +02:00
parent 9a968fcbc0
commit 0df5d9e6c8
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ By default the LCD is initialized as 2-lines, 5x8 dots, no cursor or blinking.
To display text on line 1, select the I²C to HD44780 adapter I²C slave, write 1 followed by the ASCII text.
To display text on line 2, select the I²C to HD44780 adapter I²C slave, write 2 followed by the ASCII text.
In case the display is in a very weird state and does not update text, you can re-initialize it by writing 0 after selecting it.
More commands are described in the firmware.
More commands are described in the [firmware](https://git.cuvoodoo.info/kingkevin/stm8s/src/branch/i2c_hd44780).