Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2023-02-15 19:28:58 +13:00
commit dc34e118a2
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -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: