Skip to content

Commit

Permalink
Merge pull request hd-zero#434 from sanderpuh/bugfix-quickswap-inputs
Browse files Browse the repository at this point in the history
Bugfix for hd-zero#433 - Add quickswap input options to inputs menu
  • Loading branch information
ligenxxxx authored Aug 9, 2024
2 parents 7cd8140 + fb76043 commit 7f34db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/page_source.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,19 @@ static void page_source_on_click(uint8_t key, int sel) {
switch (sel) {
case 0: // HDZero in
page_source_select_hdzero();
break;

case 1: // HDMI in
page_source_select_hdmi();
break;

case 2: // AV in
page_source_select_av_in();
break;

case 3: // Expansion module in
page_source_select_expansion();
break;

case 4: // Analog video format
btn_group_toggle_sel(&btn_group0);
Expand Down

0 comments on commit 7f34db8

Please sign in to comment.