Changes

574 bytes added ,  16:50, 5 October 2023
Line 1,016: Line 1,016:     
This is the only I2CLCD which responds on both I2CLCD addresses. The dominant screen is the bottom one.
 
This is the only I2CLCD which responds on both I2CLCD addresses. The dominant screen is the bottom one.
 +
 +
Most registers are similar to controller 0xC7, but there are some differences due to the split shared panel nature.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,034: Line 1,036:  
|}
 
|}
    +
Factory mode registers for unlock register 0x03:
 +
{| class="wikitable" border="1"
 +
!  Register
 +
!  Name
 +
!  Valid bits
 +
!  Description
 +
|-
 +
| 0x10
 +
| Image control?
 +
| 0xD7
 +
| Most bits are unknown. This applies to the whole display panel.
 +
 +
bit0 - color invert
 +
bit1 - slight gamma increase
 +
|-
 +
| 0x11
 +
| Image transform
 +
| 0x33
 +
|
 +
bit0 - top half horizontal flip
 +
bit1 - top half red-blue swap
 +
bit4 - bottom half horizontal flip
 +
bit5 - bottom half red-blue swap
 +
|}
    
=== Custom registers for controller 0x10 ===
 
=== Custom registers for controller 0x10 ===
215

edits