Skip to content

Commit e56c018

Browse files
committed
added Franklin
1 parent ed32858 commit e56c018

File tree

2 files changed

+141
-3
lines changed

2 files changed

+141
-3
lines changed

adafruit-esp32-s3-tft-feather/haecceity/haecceity.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ void hold_for_button_press() {
4141
}
4242

4343
void loop() {
44+
display_image(franklin);
45+
hold_for_button_press();
46+
4447
display_image(splash);
4548
delay(3800);
4649
display_image(no_parts);
4750
hold_for_button_press();
4851

49-
display_image(stacy);
50-
hold_for_button_press();
51-
5252
display_image(amada);
5353
hold_for_button_press();
5454

0 commit comments

Comments
 (0)