aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Hispasat-30.0W
blob: a21592b3cce635367747c73f41cfd266a2faa2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Hispasat 30.0W
# freq pol sr fec

S 11539000 V 24500000 5/6
S 11749000 V 03520000 AUTO
S 11760000 V 03260000 AUTO
S 11766000 V 04500000 AUTO
S 11776000 V 02387000 AUTO
S 11783000 V 01200000 AUTO
S 11787000 V 02500000 AUTO
S 11807000 V 06510000 AUTO
S 11823000 V 02387000 AUTO
S 11884000 V 27500000 AUTO
S 11907000 V 02592000 AUTO
S 11917000 V 05681000 AUTO
S 11931000 H 27500000 3/4
S 11931000 V 02220000 AUTO
S 11936000 V 05185000 AUTO
S 11940000 V 01481000 AUTO
S 11972000 H 27500000 AUTO
S 11997000 H 04422000 AUTO
S 12003000 H 05632000 AUTO
S 12008000 H 06111000 AUTO
S 12015000 H 03492000 AUTO
S 12015000 V 27500000 3/4
S 12040000 H 05632000 AUTO
S 12052000 V 27500000 AUTO
S 12085000 H 05632000 AUTO
S 12131000 H 27500000 AUTO
S 12135000 V 04444000 AUTO
S 12137000 V 03030000 AUTO
S 12141000 V 03255000 AUTO
S 12146000 V 04200000 AUTO
S 12156000 V 02222000 AUTO
S 12158000 V 02348000 AUTO
S 12163000 V 03030000 AUTO
S 12168000 V 05240000 AUTO
S 12172000 H 27500000 AUTO
S 12175000 V 04500000 AUTO
S 12182000 V 03340000 AUTO
S 12188000 V 02583000 AUTO
S 12192000 V 02593000 AUTO
S 12567000 H 19850000 3/4
e.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Display picoLCD {
    Driver   'picoLCDGraphic'
    Size     '256x64'
    Update    200
    Contrast  230
    Backlight 1
    Inverted   1
    Icons     1
}


Variables {
   n 0
   nkey 0
   currentImage 'http://192.168.12.113/mrtg/127.0.0.1_2-month.png'
   mrtgDayImageURL 'http://192.168.12.113/mrtg/127.0.0.1_2-day.png'
   mrtgWeekImageURL 'http://192.168.12.113/mrtg/127.0.0.1_2-week.png'
   #currentFile '/tmp/127.0.0.1_2-day.png'
   currentFile ' '
   tick 500
   tack 100
   minute 60000
}

Widget TimerW {
    class 'Timer'
    expression n=LCD::GPI(1);nkey=n!=0?n:nkey
    active 1
    update 100
}
                        

# export PYTHONPATH which should point to the scripts usually /etc/picoLCDGraphic/Scripts
Widget MRTGMinute {
    class 'Text'
    expression currentFile=python::exec('mrtg', 'saveimage', currentImage)
    width 42
    #update minute
    update 100
}

Widget test {
    class 'Text'
    expression currentFile
    width 42
    #update minute
    update 100
}

# Python script will save the filename as taken from the URL above in the /etc/picoLCDGraphic/Images path
# Modify mrtg.py to save in another path and also change file tag below
Widget BandwidthImage {
    class 'Image'
    file currentFile
    visible 1
    inverted 0
    reload 1
    #update minute
    update 100
    #update tick
}

Widget GPO_kup {
   class 'GPO'
   expression currentImage=nkey==5?mrtgDayImageURL:currentImage;nkey==5?1:0
   update 300
}
         
  Widget GPO_kdown {
  class 'GPO'
  expression currentImage=nkey==7?mrtgWeekImageURL:currentImage;nkey==7?1:0
  update 300
}
                  

Layout picoLCD {
    Row1 {
	Col1 'MRTGMinute'
    }
    
    Layer 1 {
        X0.Y0 'BandwidthImage'
    }
    
    Timer1 'TimerW'
    GPO2       'GPO_kup'
    GPO3       'GPO_kdown'
       
}

Display 'picoLCD'
Layout  'picoLCD'