From ab959d7b4194715870128e616b8e29d4a101e488 Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:41 +0200 Subject: Imported Upstream version 1.1.1+rev1207 --- util/scan/dvb-s/Satmex-6-113.0W | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 util/scan/dvb-s/Satmex-6-113.0W (limited to 'util/scan/dvb-s/Satmex-6-113.0W') diff --git a/util/scan/dvb-s/Satmex-6-113.0W b/util/scan/dvb-s/Satmex-6-113.0W new file mode 100644 index 0000000..8ff01b8 --- /dev/null +++ b/util/scan/dvb-s/Satmex-6-113.0W @@ -0,0 +1,19 @@ +# Satmex 6 @ 113.0W +# freq pol sr fec + +S 4078000 H 03609000 AUTO +S 4080000 V 03255000 AUTO +S 12145000 V 03255000 AUTO +S 4085000 V 02821000 AUTO +S 12126000 V 06022000 AUTO +S 12166000 H 17500000 AUTO +S 4075000 V 03782000 AUTO +S 4091000 V 03720000 AUTO +S 3985000 V 02300000 AUTO +S 12126000 H 02170000 AUTO +S 12157000 V 03038000 AUTO +S 12091000 V 03337000 AUTO +S 3947000 V 03700000 AUTO +S 3761000 V 02120000 AUTO +S 12107000 V 02222000 AUTO +S 12080000 H 25635000 AUTO -- cgit v1.2.3 ble>
aboutsummaryrefslogtreecommitdiffstats
path: root/fontmap.h
blob: 0b2a2ee54907eeef3f8b1222ba141768d392fcf0 (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
/* $Id: fontmap.h,v 1.1 2000/03/24 11:37:43 reinelt Exp $
 *
 * 5x8 font
 *
 * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: fontmap.h,v $
 * Revision 1.1  2000/03/24 11:37:43  reinelt
 *
 * fontmap.h added
 *
 */

#ifndef _FONTMAP_H_
#define _FONTMAP_H_

extern unsigned char Fontmap[256][8];

#endif