mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +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:
|
||||
...
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user