From 0df5d9e6c88825f008b2be225b5c70bf3b30c809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 9 Jul 2022 14:02:12 +0200 Subject: [PATCH] doc: add link to firmware --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 294072e..5f850e7 100644 --- a/README.md +++ b/README.md @@ -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).