From 9ac0b4a2bbe165f2c44ad32ddd7afe70e1ceede5 Mon Sep 17 00:00:00 2001 From: Norbert Walter Date: Sat, 28 Feb 2026 14:28:09 +0000 Subject: [PATCH] Rotate display an showthe content in the middle of creen --- lib/obp60task/OBP60Extensions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/obp60task/OBP60Extensions.h b/lib/obp60task/OBP60Extensions.h index 47767f3..9eab0f9 100644 --- a/lib/obp60task/OBP60Extensions.h +++ b/lib/obp60task/OBP60Extensions.h @@ -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;