From 55b4c56eac64abab6927116bd79887546eb194c1 Mon Sep 17 00:00:00 2001 From: Jan Vos Date: Sun, 28 Dec 2025 17:22:56 +0100 Subject: [PATCH 1/2] added PCB revision type as it influences the signals --- ... Als Garage Band - Alvin G 128x32 (PCA020A).sal} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename logicanalyzer/{Als Garage Band - Alvin G 128x32.sal => Als Garage Band - Alvin G 128x32 (PCA020A).sal} (100%) diff --git a/logicanalyzer/Als Garage Band - Alvin G 128x32.sal b/logicanalyzer/Als Garage Band - Alvin G 128x32 (PCA020A).sal similarity index 100% rename from logicanalyzer/Als Garage Band - Alvin G 128x32.sal rename to logicanalyzer/Als Garage Band - Alvin G 128x32 (PCA020A).sal From b3ebd76127a6c84451bebbde86883a191705cf8b Mon Sep 17 00:00:00 2001 From: Jan Vos Date: Tue, 30 Dec 2025 18:16:00 +0100 Subject: [PATCH 2/2] fix input pins --- src/dmdreader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dmdreader.cpp b/src/dmdreader.cpp index 48f0049..36a29ac 100644 --- a/src/dmdreader.cpp +++ b/src/dmdreader.cpp @@ -890,7 +890,7 @@ bool dmdreader_init(bool return_on_no_detection) { dmd_reader_alving_program_get_default_config, &dmd_framedetect_alving_program, dmd_framedetect_alving_program_get_default_config, - input_pins, 2, 0); + input_pins, 3, 0); source_width = 128; source_height = 32; @@ -910,7 +910,7 @@ bool dmdreader_init(bool return_on_no_detection) { dmd_reader_capcom_program_get_default_config, &dmd_framedetect_capcom_program, dmd_framedetect_capcom_program_get_default_config, - input_pins, 3, 0); + input_pins, 2, 0); source_width = 128; source_height = 32;