Update board.c
Change column start from 52 to 53 to fix a line at the top of the display.
This commit is contained in:
parent
cab9e361ee
commit
a4a4bdfeb0
|
@ -99,7 +99,7 @@ static void display_init(void) {
|
|||
bus,
|
||||
240, // width (after rotation)
|
||||
135, // height (after rotation)
|
||||
52, // column start
|
||||
53, // column start
|
||||
40, // row start
|
||||
90, // rotation
|
||||
16, // color depth
|
||||
|
|
Loading…
Reference in New Issue