Skip to content

Commit 5cf970e

Browse files
committed
rename, use bmps dir for paths
1 parent bce89bf commit 5cf970e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sprite_button_tft_featherwing_simpletest.py renamed to examples/display_button_spritebutton_tft_featherwing_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
label="MENU",
5151
label_font=terminalio.FONT,
5252
label_color=TEXT_WHITE,
53-
bmp_path="icons/gradient_button_0.bmp",
54-
selected_bmp_path="icons/gradient_button_1.bmp",
53+
bmp_path="bmps/gradient_button_0.bmp",
54+
selected_bmp_path="bmps/gradient_button_1.bmp",
5555
transparent_index=0,
5656
)
5757

0 commit comments

Comments
 (0)