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:
rcarteraz 2023-05-20 18:33:37 -07:00 committed by GitHub
parent cab9e361ee
commit a4a4bdfeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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