Some (new) random notes :
- Setting both 0xC0F14074 and 0xC0F14070 to 0xA mutes the Viewfinder (0xFF051BC0 does exactly this)
- 0xC0910004 adjusts the backlight level (0 is max), 0xB4858 seems to be the related struct for backlight functions
- =call_func_ptr(0xFF025C0C, 0xC0F0102C, 0x614610DD) turns off the LCD controller (image fades away slowly) but backlight is still on
=call_func_ptr(0xFF025C0C, 0xC0F0102C, 0x20) turns it back on but there's flicker and vertical stripes
=call_func_ptr(0xFF025C0C, 0xC0F0102C, 0x80080021) less vertical stripes on the LCD and no flicker