From fbec6a14ca39129e5c8c72f6f6ae215de3bee331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Sat, 8 Jun 2013 12:05:19 +0200 Subject: [PATCH] fixed Robot 8 B/W timings --- grayscale.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grayscale.py b/grayscale.py index 10422a3..db08d86 100644 --- a/grayscale.py +++ b/grayscale.py @@ -26,8 +26,8 @@ class Robot8BW(GrayscaleSSTV): VIS_CODE = 0x02 WIDTH = 160 HEIGHT = 120 - SYNC = 10 - SCAN = 56 + SYNC = 7 + SCAN = 60 class Robot24BW(GrayscaleSSTV):