From e9779fc0e7504bbed7858265aa061106b1df7a4f Mon Sep 17 00:00:00 2001 From: Mike Bell Date: Wed, 28 Jun 2023 20:03:40 +0100 Subject: [PATCH] DV Display: Probable fix for frame corruption --- drivers/dv_display/dv_display.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/dv_display/dv_display.cpp b/drivers/dv_display/dv_display.cpp index 8ba85d7d..c5c25b55 100644 --- a/drivers/dv_display/dv_display.cpp +++ b/drivers/dv_display/dv_display.cpp @@ -20,6 +20,10 @@ namespace pimoroni { this->height = height; this->mode = mode; + bank = 0; + h_repeat = 1; + v_repeat = 1; + uint8_t res_mode = 0xFF; uint16_t full_width = width; uint16_t full_height = height;