Update u8x8_d_ssd1362.c
This commit is contained in:
parent
e059609425
commit
ad26a8f68c
|
@ -416,22 +416,26 @@ static const uint8_t u8x8_d_ssd1362_256x64_init_seq[] = {
|
|||
/*
|
||||
Re- map setting in Graphic Display Data RAM
|
||||
(GDDRAM)
|
||||
A[0] = 0b, Disable Column Address Re-map
|
||||
(RESET)
|
||||
A[0] = 1b, Enable Column Address Re-map
|
||||
|
||||
A[0] = 0b, Disable Column Address Re-map (RESET)
|
||||
A[0] = 1b, Enable Column Address Re-map ***
|
||||
|
||||
A[1] = 0b, Disable Nibble Re-map (RESET)
|
||||
A[1] = 1b, Enable Nibble Re-map
|
||||
A[2] = 0b, Enable Horizontal Address
|
||||
Increment (RESET)
|
||||
A[1] = 1b, Enable Nibble Re-map ***
|
||||
|
||||
A[2] = 0b, Enable Horizontal Address Increment (RESET) ***
|
||||
A[2] = 1b, Enable Vertical Address Increment
|
||||
|
||||
A[4] = 0b, Disable COM Re-map (RESET)
|
||||
A[4] = 1b, Enable COM Re-map
|
||||
A[6] = 0b, Disable SEG Split Odd Even
|
||||
A[6] = 1b, Enable SEG Split Odd Even
|
||||
(RESET)
|
||||
A[7] = 0b, Disable SEG left/right remap
|
||||
(RESET)
|
||||
|
||||
A[6] = 0b, Disable SEG Split Odd Even ***
|
||||
A[6] = 1b, Enable SEG Split Odd Even (RESET)
|
||||
|
||||
A[7] = 0b, Disable SEG left/right remap (RESET)
|
||||
A[7] = 1b, Enable SEG left/right remap
|
||||
|
||||
?00?0011 --> 0x03 0x83 0x13 0x93
|
||||
*/
|
||||
U8X8_CA(0XA0, 0xc3), //Set Remap c3 = 11000011
|
||||
|
||||
|
|
Loading…
Reference in New Issue