mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Update display.h
This commit is contained in:
parent
f26f1ea80c
commit
09f10f3494
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ class Display : public PollingComponent {
|
||||||
* @param font The font to draw the text with.
|
* @param font The font to draw the text with.
|
||||||
* @param color The color to draw the text with.
|
* @param color The color to draw the text with.
|
||||||
* @param background The background color to draw the text with.
|
* @param background The background color to draw the text with.
|
||||||
|
* @param align The alignment of the text.
|
||||||
* @param format The strftime format to use.
|
* @param format The strftime format to use.
|
||||||
* @param time The time to format.
|
* @param time The time to format.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue