[FL-3580] AC OFF button (#3010)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Astra 2023-08-26 01:09:40 +09:00 committed by GitHub
parent c3aa151712
commit 66d26c16cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -21,11 +21,11 @@ void infrared_scene_universal_ac_on_enter(void* context) {
0,
6,
15,
&I_power_19x20,
&I_power_hover_19x20,
&I_off_19x20,
&I_off_hover_19x20,
infrared_scene_universal_common_item_callback,
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");
button_panel_add_item(
button_panel,

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