mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-08-18 18:32:30 +02:00
Rotate display an showthe content in the middle of creen
This commit is contained in:
@@ -106,9 +106,9 @@ public:
|
|||||||
cfg.pin_busy = -1;
|
cfg.pin_busy = -1;
|
||||||
cfg.panel_width = 480;
|
cfg.panel_width = 480;
|
||||||
cfg.panel_height = 320;
|
cfg.panel_height = 320;
|
||||||
cfg.offset_x = 0;
|
cfg.offset_x = 40;
|
||||||
cfg.offset_y = 0;
|
cfg.offset_y = 10;
|
||||||
cfg.offset_rotation = 0;
|
cfg.offset_rotation = 3;
|
||||||
cfg.dummy_read_pixel = 8;
|
cfg.dummy_read_pixel = 8;
|
||||||
cfg.dummy_read_bits = 1;
|
cfg.dummy_read_bits = 1;
|
||||||
cfg.memory_width = 480;
|
cfg.memory_width = 480;
|
||||||
|
|||||||
Reference in New Issue
Block a user