mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 06:38:44 -05:00
Save brightness, contrast values in SpecJT.INI.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@471 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6875afc771
commit
df8e1637c6
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#--------------------------------------------------------------------- MAP65
|
#-------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -239,8 +239,8 @@ def update():
|
|||||||
line02.putdata(a2[NX*i:NX*(i+1)])#One row of pixels to line0
|
line02.putdata(a2[NX*i:NX*(i+1)])#One row of pixels to line0
|
||||||
im2.paste(line02,(0,i)) #Paste in new top line(s)
|
im2.paste(line02,(0,i)) #Paste in new top line(s)
|
||||||
nscroll=nscroll+n
|
nscroll=nscroll+n
|
||||||
# b0=brightness #Save scale values
|
b0=brightness #Save scale values
|
||||||
# c0=contrast
|
c0=contrast
|
||||||
|
|
||||||
if newspec:
|
if newspec:
|
||||||
if Audio.gcom2.monitoring:
|
if Audio.gcom2.monitoring:
|
||||||
|
Loading…
Reference in New Issue
Block a user