mirror of
https://github.com/olikraus/u8g2.git
synced 2026-07-27 20:05:57 +00:00
fix flipmode
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user