mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-10 00:42:00 +01:00
Add missing closing parenthesis in example (#1029)
This commit is contained in:
parent
b387f24f80
commit
c7c3c0a7a6
@ -85,7 +85,7 @@ To use colors in your lambada:
|
|||||||
display:
|
display:
|
||||||
...
|
...
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.rectangle(0, 0, it.get_width(), it.get_height(), id(my_red);
|
it.rectangle(0, 0, it.get_width(), it.get_height(), id(my_red));
|
||||||
|
|
||||||
|
|
||||||
To bring in color images:
|
To bring in color images:
|
||||||
|
Loading…
Reference in New Issue
Block a user