Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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