mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-07 09:43:08 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
dc34e118a2
@ -35,7 +35,7 @@ beyond the typical SPI connections, it is better suited for use with the ESP32.
|
||||
reset_pin: 33
|
||||
|
||||
lambda: |-
|
||||
it.fill(COLOR_BLACK);
|
||||
it.fill(Color::BLACK);
|
||||
it.print(0, 0, id(my_font), id(my_red), TextAlign::TOP_LEFT, "Hello World!");
|
||||
|
||||
Configuration variables:
|
||||
|
Loading…
Reference in New Issue
Block a user