You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/display/ht16k33-char.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ params:
9
9
10
10
The `ht16k33_char` display platform allows you to use a character display that is driven by a HT16k33 chip with ESPHome. Please note that this component is *only* for character displays. The chip is capable of driving arbitrary arrays of LEDs, but that configuration is not supported by this component.
11
11
12
-
<imgsrc="images/ht16k33-char-overview.jpg"alt="A picture of two HT16k33 based displays displaying the phrase 'ESP Home'"caption="Two HT16k33 based displays"width="75.0%"class="align-center">
12
+
{{<imgsrc="images/ht16k33-char-overview.jpg"alt="A picture of two HT16k33 based displays displaying the phrase 'ESP Home'"width="75.0%"class="align-center">}}
13
13
14
14
This component supports scrolling messages and spanning the message across multiple displays. It is based on the excellent [ht16k33-alpha library](https://github.com/ssieb/esphome_components/tree/2e82fc3a5acc3d1f4ca6b47cbe656f4217d382ac/components/ht16k33_alpha>), but generalized for a wider range of character based devices.
15
15
@@ -388,7 +388,7 @@ These characters must be placed in the correct position in the character buffer
388
388
389
389
Characters can be added or modified from the standard font table. To do this, provide a ``add_characters`` section of the YAML. This config option should be provided a dictionary of character codes to add. The dictionary key names should be a single character and the key values should consist of a 16-bit number indicating which segments should be lit for that character. The definitions of the segments is given below.
390
390
391
-
| <img src="images/ht16k33-char-7-seg-def.jpg" alt="A picture showing the segments of a seven segment display" width="200"> | <img src="images/ht16k33-char-14-seg-def.jpg" alt="A picture showing the segments of a 14 segment display" width="200"> |
391
+
| {{<img src="images/ht16k33-char-7-seg-def.jpg" alt="A picture showing the segments of a seven segment display" width="200">}} | {{<img src="images/ht16k33-char-14-seg-def.jpg" alt="A picture showing the segments of a 14 segment display" width="200">}} |
0 commit comments