I2C Registers: Difference between revisions
Add some more controller 0x01 register info |
Add more factory regs to controller 0xC7 |
||
Line 949: | Line 949: | ||
|} | |} | ||
Factory mode registers for unlock register 0x03: | |||
{| class="wikitable" border="1" | |||
! Register | |||
! Name | |||
! Valid bits | |||
! Description | |||
|- | |||
| 0x10 | |||
| Image control? | |||
| 0xD7 | |||
| Most bits are unknown. | |||
bit0 - color invert | |||
bit1 - slight gamma increase | |||
|- | |||
| 0x11 | |||
| Image transform? | |||
| 0x7F | |||
| Mostly unknown. | |||
bit0 - Invert horizontal scan direction (0 = left to right, 1 = right to left) | |||
bit1 - red-blue swap | |||
bit2 - Invert vertical scan direction (0 = top to bottom, 1 = bottom to top) | |||
bit3 - Invert the order of each scanline pair (might be needed if bit2 is toggled) | |||
bit4 - Enable interlaced signal (use bit3 to swap fields) | |||
bit5 - ??? | |||
bit6 - ??? | |||
|- | |||
| 0x70-0x83 | |||
| Driving curve 1 | |||
| rowspan=3 | | |||
| rowspan=3 | ??? | |||
|- | |||
| 0x84-0x97 | |||
| Driving curve 2 | |||
|- | |||
| 0x98-0xAB | |||
| Driving curve 3 | |||
|} | |||
=== Custom registers for controller 0xE1 === | === Custom registers for controller 0xE1 === |