Skip to content

Commit 0b379be

Browse files
committed
Merge branch 'ht16k33' of https://github.com/ilikecake/esphome-docs into ht16k33
2 parents a31c677 + fddaf6d commit 0b379be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/display/ht16k33-char.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ params:
99

1010
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.
1111

12-
<img src="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+
{{<img src="images/ht16k33-char-overview.jpg" alt="A picture of two HT16k33 based displays displaying the phrase 'ESP Home'" width="75.0%" class="align-center">}}
1313

1414
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.
1515

@@ -388,7 +388,7 @@ These characters must be placed in the correct position in the character buffer
388388

389389
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.
390390

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">}} |
392392
| --- | --- |
393393
| 7 Segment Definitions | 14 Segment Definitions |
394394

0 commit comments

Comments
 (0)