OSVR / OSVR-HDK-MCU-Firmware

Firmware source for the main Atmel microcontroller in HMDs related to the OSVR HDK
13 stars 6 forks source link

Enter bootloader command should turn off display(s) #6

Open rpavlik opened 7 years ago

rpavlik commented 7 years ago

Since we're otherwise disabling normal functioning (I believe), it seems wise to disable displays on entering the bootloader, and probably also disable any other interrupts (such as videoinput interrupts). This may require a new interface method on VideoInput (shutdown) which would disable interrupts, if applicable, and perhaps also disable hotplug detection if possible/applicable.

Noticed when entering bootloader on HDK2 left an image on the screen.