Merge pull request #8011 from rcarteraz/main
Fix LILYGo T-Display RP2040 Display Column Start
This commit is contained in:
commit
fe1d7786cf
@ -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
Block a user