This commit is contained in:
Willy-JL
2023-08-28 19:23:45 +02:00
7 changed files with 4 additions and 7 deletions

View File

@@ -21,11 +21,11 @@ void infrared_scene_universal_ac_on_enter(void* context) {
0, 0,
6, 6,
15, 15,
&I_power_19x20, &I_off_19x20,
&I_power_hover_19x20, &I_off_hover_19x20,
infrared_scene_universal_common_item_callback, infrared_scene_universal_common_item_callback,
context); context);
button_panel_add_icon(button_panel, 4, 37, &I_power_text_24x5); button_panel_add_icon(button_panel, 10, 37, &I_off_text_12x5);
infrared_brute_force_add_record(brute_force, i++, "Off"); infrared_brute_force_add_record(brute_force, i++, "Off");
button_panel_add_item( button_panel_add_item(
button_panel, button_panel,

View File

@@ -193,12 +193,9 @@ int32_t lfrfid_app(char* args) {
scene_manager_next_scene(app->scene_manager, LfRfidSceneEmulate); scene_manager_next_scene(app->scene_manager, LfRfidSceneEmulate);
dolphin_deed(DolphinDeedRfidEmulate); dolphin_deed(DolphinDeedRfidEmulate);
} else { } else {
// TODO: exit properly view_dispatcher_stop(app->view_dispatcher);
lfrfid_free(app);
return 0;
} }
} }
} else { } else {
view_dispatcher_attach_to_gui( view_dispatcher_attach_to_gui(
app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen); app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 212 B