diff --git a/csrc/u8x8_d_ssd1362z.c b/csrc/u8x8_d_ssd1362z.c index 0076a3cb..b04fde23 100644 --- a/csrc/u8x8_d_ssd1362z.c +++ b/csrc/u8x8_d_ssd1362z.c @@ -67,7 +67,7 @@ static const uint8_t u8x8_d_ssd1362z_256x64_flip0_seq[] = static const uint8_t u8x8_d_ssd1362z_256x64_flip1_seq[] = { U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */ - U8X8_CA(0xA0, 0xD1), /* Set Remap D1 = 11010001 */ + U8X8_CA(0xA0, 0x50), /* Set Remap 50 = 01010000 */ U8X8_END_TRANSFER(), /* disable chip */ U8X8_END() /* end of sequence */ };