diff options
| author | brentru <robots199@me.com> | 2019-10-31 14:11:50 -0400 |
|---|---|---|
| committer | brentru <robots199@me.com> | 2019-10-31 14:11:50 -0400 |
| commit | 2f04c5891faabc2e0e27c3ad21f652f72ab6871d (patch) | |
| tree | c1139916103eae9b72fd25a246d24692a2e1ce82 | |
| parent | ab3da3071c745a201f6a4d2e18aec331a986a631 (diff) | |
flip it around
| -rw-r--r-- | ports/atmel-samd/boards/pyportal_titano/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/pyportal_titano/board.c b/ports/atmel-samd/boards/pyportal_titano/board.c index feeb89e36..828ceebc4 100644 --- a/ports/atmel-samd/boards/pyportal_titano/board.c +++ b/ports/atmel-samd/boards/pyportal_titano/board.c @@ -74,7 +74,7 @@ uint8_t display_init_sequence[] = { 0x11, 0x1d, 0x23, 0x35, 0x41, 0x4b, 0x4b, 0x42, 0x3A, 0x27, 0x1B, 0x08, 0x09, 0x03, 0x00, 0x01, 0x3a, 1, 0x55, - 0x36, 1, 0xA0, + 0x36, 1, 0x60, 0x11, DELAY, 150/5, // Exit Sleep, then delay 150 ms 0x29, DELAY, 50/5 }; |
