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:
Joe Taylor 2007-07-04 18:44:10 +00:00
parent 6875afc771
commit df8e1637c6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#--------------------------------------------------------------------- MAP65 #-------------------------------------------------------------------- MAP65
# $Date$ $Revision$ # $Date$ $Revision$
# #
from Tkinter import * from Tkinter import *

View File

@ -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: