From 278f860413249fceed2aec1e7ec81f7292d46926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 30 May 2013 21:10:16 +0200 Subject: [PATCH] subtract INTER_CH_GAP from SCAN for Scottie --- color.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/color.py b/color.py index c4de883..5116035 100644 --- a/color.py +++ b/color.py @@ -53,8 +53,8 @@ class MartinM2(MartinM1): class ScottieS1(MartinM1): VIS_CODE = 0x3c SYNC = 9 - SCAN = 138.24 INTER_CH_GAP = 1.5 + SCAN = 138.24 - INTER_CH_GAP def horizontal_sync(self): return [] @@ -68,5 +68,5 @@ class ScottieS1(MartinM1): class ScottieS2(ScottieS1): VIS_CODE = 0x38 - SCAN = 88.064 + SCAN = 88.064 - ScottieS1.INTER_CH_GAP WIDTH = 160