10000 flip it around · tannewt/circuitpython@2f04c58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f04c58

Browse files
author
brentru
committed
flip it around
1 parent ab3da30 commit 2f04c58

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/pyportal_titano

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/pyportal_titano/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ uint8_t display_init_sequence[] = {
7474
0x11, 0x1d, 0x23, 0x35, 0x41, 0x4b, 0x4b, 0x42, 0x3A,
7575
0x27, 0x1B, 0x08, 0x09, 0x03, 0x00, 0x01,
7676
0x3a, 1, 0x55,
77-
0x36, 1, 0xA0,
77+
0x36, 1, 0x60,
7878
0x11, DELAY, 150/5, // Exit Sleep, then delay 150 ms
7979
0x29, DELAY, 50/5
8080
};

0 commit comments

Comments
 (0)
0