mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Fix typo in display docs (#26)
This commit is contained in:
parent
458962cd3c
commit
c760b1af76
@ -163,7 +163,7 @@ Configuration variables:
|
||||
To use fonts you will need to have the python ``pillow`` package installed, as esphomeyaml uses that package
|
||||
to translate the truetype files into an internal format. If you're running this as a HassIO add-on or with
|
||||
the official esphomeyaml docker image, it should already be installed. Otherwise you need to install it using
|
||||
``pip2 installl pillow``.
|
||||
``pip2 install pillow``.
|
||||
|
||||
|
||||
Then, in your display code just reference the font like so:
|
||||
|
Loading…
Reference in New Issue
Block a user