mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-27 05:42:16 +03:00
Replaced image for iButton scene
This commit is contained in:
parent
bf78ace9e2
commit
4b363472dd
@ -10,7 +10,7 @@ void ibutton_scene_write_success_on_enter(void* context) {
|
||||
iButton* ibutton = context;
|
||||
Popup* popup = ibutton->popup;
|
||||
|
||||
popup_set_icon(popup, 0, 12, &I_iButtonDolphinVerySuccess_108x52);
|
||||
popup_set_icon(popup, 0, 9, &I_iButtonDolphinVerySuccess_92x55);
|
||||
popup_set_text(popup, "Successfully written!", 40, 12, AlignLeft, AlignBottom);
|
||||
|
||||
popup_set_callback(popup, ibutton_scene_write_success_popup_callback);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
BIN
assets/icons/iButton/iButtonDolphinVerySuccess_92x55.png
Normal file
BIN
assets/icons/iButton/iButtonDolphinVerySuccess_92x55.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 967 B |
Loading…
Reference in New Issue
Block a user