mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
PicoPass: Fix Card Detection Visuals (#1511)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
8a370d70dc
commit
040558c8f9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ void picopass_scene_read_card_on_enter(void* context) {
|
||||||
|
|
||||||
// Setup view
|
// Setup view
|
||||||
Popup* popup = picopass->popup;
|
Popup* popup = picopass->popup;
|
||||||
popup_set_header(popup, "Detecting\npicopass card", 70, 34, AlignLeft, AlignTop);
|
popup_set_header(popup, "Detecting\npicopass\ncard", 68, 30, AlignLeft, AlignTop);
|
||||||
popup_set_icon(popup, 0, 3, &I_RFIDDolphinReceive_97x61);
|
popup_set_icon(popup, 0, 3, &I_RFIDDolphinReceive_97x61);
|
||||||
|
|
||||||
// Start worker
|
// Start worker
|
||||||
|
|
Loading…
Reference in a new issue