1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Rotate display an showthe content in the middle of creen

This commit is contained in:
Norbert Walter
2026-02-28 14:28:09 +00:00
parent 8a9f87a8f4
commit 9ac0b4a2bb
+3 -3
View File
@@ -106,9 +106,9 @@ public:
cfg.pin_busy = -1;
cfg.panel_width = 480;
cfg.panel_height = 320;
cfg.offset_x = 0;
cfg.offset_y = 0;
cfg.offset_rotation = 0;
cfg.offset_x = 40;
cfg.offset_y = 10;
cfg.offset_rotation = 3;
cfg.dummy_read_pixel = 8;
cfg.dummy_read_bits = 1;
cfg.memory_width = 480;