Update i2c frequency

This commit is contained in:
Otto Winter 2019-02-22 20:20:54 +01:00
parent b92d407221
commit 3415a0d915
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,10 @@ Configuration variables:
- **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``5s``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
.. note::
To speed up the display update process you can select higher i2c frequencies.
See Also
--------

View File

@ -33,6 +33,7 @@ Configuration variables:
Note that this can slow down startup and is only recommended for when setting up new sensors. Defaults to
``False``.
- **frequency** (*Optional*, float): Set the frequency the i²c bus should operate on.
Defaults to ``50KHz``. Values are ``50KHz``, ``100KHz``, ``200KHz``, ... ``800KHz``
.. note::