Skip to content

Commit

Permalink
fix text pos
Browse files Browse the repository at this point in the history
fix infrared
  • Loading branch information
xMasterX authored and RogueMaster committed Feb 20, 2025
1 parent 92d4c78 commit c942786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ protocol: NECext
address: D9 14 00 00
command: 4F B0 00 00
#
name: Vol_down
name: Vol_dn
type: parsed
protocol: NECext
address: D9 14 00 00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ protocol: NECext
address: 86 6B 00 00
command: 09 F6 00 00
#
name: Vol_down
name: Vol_dn
type: parsed
protocol: NECext
address: 4F 50 00 00
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void infrared_scene_universal_projector_on_enter(void* context) {
button_panel_add_icon(button_panel, 4, 109, &I_pause_text_23x5);

button_panel_add_label(button_panel, 10, 11, FontPrimary, "Projector");
button_panel_add_icon(button_panel, 17, 72, &I_vol_ac_text_30x30);
button_panel_add_icon(button_panel, 34, 68, &I_vol_ac_text_30x30);

infrared_scene_universal_common_on_enter(context);
}
Expand Down

0 comments on commit c942786

Please sign in to comment.