From 976b5ee42c9f18bad81cc5f57ee096cb8d9f2cc3 Mon Sep 17 00:00:00 2001 From: Jan Vos Date: Sat, 17 Jan 2026 14:27:21 +0100 Subject: [PATCH 1/2] set planehistoryperframe to 5 for gottlieb --- src/dmdreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dmdreader.cpp b/src/dmdreader.cpp index c66bba2..bafd17f 100644 --- a/src/dmdreader.cpp +++ b/src/dmdreader.cpp @@ -856,7 +856,7 @@ bool dmdreader_init(bool return_on_no_detection) { source_bitsperpixel = 4; target_bitsperpixel = 2; source_planesperframe = 6; - source_planehistoryperframe = 0; + source_planehistoryperframe = 5; source_lineoversampling = LINEOVERSAMPLING_NONE; source_mergeplanes = MERGEPLANES_ADD; break; From 2afff814a65fe119fe47ef2e336e92ae837cce71 Mon Sep 17 00:00:00 2001 From: pastor <142336369+PastorL69@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:50:10 +0100 Subject: [PATCH 2/2] Change source_planehistoryperframe value to 3 for gottlieb --- src/dmdreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dmdreader.cpp b/src/dmdreader.cpp index bafd17f..76bccc3 100644 --- a/src/dmdreader.cpp +++ b/src/dmdreader.cpp @@ -856,7 +856,7 @@ bool dmdreader_init(bool return_on_no_detection) { source_bitsperpixel = 4; target_bitsperpixel = 2; source_planesperframe = 6; - source_planehistoryperframe = 5; + source_planehistoryperframe = 3; source_lineoversampling = LINEOVERSAMPLING_NONE; source_mergeplanes = MERGEPLANES_ADD; break;