mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Fix typo in tm1637.rst (#3203)
This commit is contained in:
parent
da43deb1a7
commit
9ffbc6e94d
@ -86,7 +86,7 @@ The TM1637 has a similar API to the fully fledged :ref:`display-engine`, but it'
|
||||
7-segment displays don't have a concept of individual pixels. In the lambda you're passed a variable called ``it``
|
||||
as with all other displays. In this case however, ``it`` is a TM1637 instance (see API Reference).
|
||||
|
||||
The most basic operation with the TM1637 is wiring a simple number to the screen as in the configuration example
|
||||
The most basic operation with the TM1637 is writing a simple number to the screen as in the configuration example
|
||||
at the top of this page. But even though you're passing in a string (here ``"0123"``), ESPHome converts it
|
||||
into a representation that the TM1637 can understand: The exact pixels that should be turned on. And of course,
|
||||
not all characters can be represented. You can see a full list of characters :ref:`at the MAX7219 docs <display-max7219_characters>`.
|
||||
|
Loading…
Reference in New Issue
Block a user