Merge pull request #8011 from rcarteraz/main

Fix LILYGo T-Display RP2040 Display Column Start
This commit is contained in:
Dan Halbert 2023-05-21 15:30:49 -04:00 committed by GitHub
commit fe1d7786cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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