mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
added Scottie S1 mode
This commit is contained in:
parent
37130ccd5b
commit
767c061fd3
1 changed files with 6 additions and 0 deletions
6
sstv.py
6
sstv.py
|
|
@ -143,6 +143,12 @@ class MartinM1(ColorSSTV):
|
|||
SCAN = 146.432
|
||||
|
||||
|
||||
class ScottieS1(MartinM1):
|
||||
VIS_CODE = 0x3c
|
||||
SYNC = 9
|
||||
SCAN = 138.24
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from PIL import Image
|
||||
image = Image.open('160x120bw.png')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue