From d08cbe45234ec24439ffb31d098ed53324d57565 Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Sat, 1 Oct 2022 08:14:32 +0200 Subject: [PATCH] Fix typo --- components/display/max7219digit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/max7219digit.rst b/components/display/max7219digit.rst index 7c3370f65..dd4db5f13 100644 --- a/components/display/max7219digit.rst +++ b/components/display/max7219digit.rst @@ -21,7 +21,7 @@ CS to your set ``cs_pin`` and finally GND to GND. You can even daisy-chain multiple MAX7219s by connecting the DOUT of the previous chip in the chain to the next DIN. With more than ~3 chips the 3.3V will probably not be enough, so then you will have to potentially -use a logic level converted. +use a logic level converter. .. code-block:: yaml