Skip to content

Commit

Permalink
fix(nv14): activate trim as buttons in bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic authored and pfeerick committed Jul 4, 2023
1 parent 261c021 commit d3c0193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/targets/nv14/bootloader/boot_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void bootloaderInitScreen()
lcdInitDisplayDriver();
backlightInit();
backlightEnable(100);
setTrimsAsButtons(true);
}

static void bootloaderDrawTitle(const char* text)
Expand Down

0 comments on commit d3c0193

Please sign in to comment.