mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-04 22:07:34 +00:00
added Scottie S2 mode
This commit is contained in:
parent
e414f8a1b6
commit
e0c95dc8c9
1 changed files with 6 additions and 0 deletions
6
sstv.py
6
sstv.py
|
|
@ -178,6 +178,12 @@ class ScottieS1(MartinM1):
|
|||
yield FREQ_BLACK, self.INTER_CH_GAP
|
||||
|
||||
|
||||
class ScottieS2(ScottieS1):
|
||||
VIS_CODE = 0x38
|
||||
SCAN = 88.064
|
||||
WIDTH = 160
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PIL import Image
|
||||
image = Image.open('160x120bw.png')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue