fix display rotation and position
This commit is contained in:
parent
47437cb415
commit
8293e1eedc
|
@ -83,9 +83,9 @@ void board_init(void) {
|
|||
bus,
|
||||
240, // Width (after rotation)
|
||||
240, // Height (after rotation)
|
||||
0, // column start
|
||||
80, // column start
|
||||
0, // row start
|
||||
180, // rotation
|
||||
270, // rotation
|
||||
16, // Color depth
|
||||
false, // Grayscale
|
||||
false, // Pixels in a byte share a row. Only used for depth < 8
|
||||
|
|
Loading…
Reference in New Issue