From 78895fda7dec60668459a6156f740cee413e0151 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:48:09 -0500 Subject: [PATCH] display testing rotate 0 and panel type --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index eee242d8..99f9b4db 100644 --- a/config/config.json +++ b/config/config.json @@ -18,8 +18,8 @@ "pwm_dither_bits": 0, "pwm_lsb_nanoseconds": 130, "led_rgb_sequence": "RGB", - "pixel_mapper_config": "U-mapper;Rotate:180", - "panel_type": "", + "pixel_mapper_config": "U-mapper;Rotate:0", + "panel_type": "FM6126A", "row_addr_type": 0, "multiplexing": 0, "disable_hardware_pulsing": true,