There was an error while loading. Please reload this page.
1 parent ed32858 commit e56c018Copy full SHA for e56c018
adafruit-esp32-s3-tft-feather/haecceity/haecceity.ino
@@ -41,14 +41,14 @@ void hold_for_button_press() {
41
}
42
43
void loop() {
44
+ display_image(franklin);
45
+ hold_for_button_press();
46
+
47
display_image(splash);
48
delay(3800);
49
display_image(no_parts);
50
hold_for_button_press();
51
- display_image(stacy);
- hold_for_button_press();
-
52
display_image(amada);
53
54
0 commit comments