Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1702 - 1
/*
2
 
3
  File       : ArduCAM-OSD Notes
4
  Version    : v1.0.02
5
  Author     : Jani Hirvinen
6
 
7
  File to define all panels that can be used on ArduCAM-OSD hardware. Also their order numbers
8
  and other information.
9
 
10
  Order number are also used when configuring their location. Look below
11
 
12
  Register , Order number , Panel name, Data/Size , Definitions
13
  -------------------------------------------------------
14
  panA_REG.0    01    panCenter       "IIII" \r "IIII"  - Center xrosshair
15
  panA_REG.1    02    panPitch        "DDDDII"          - Pitch angle with symbols
16
  panA_REG.2    03    panRoll         "DDDDII"          - Roll angle with symbols
17
  panA_REG.3    04    panBattery1     "DD.DII"          - Voltage sensing #1 symbol with voltage reading
18
  panA_REG.4    05    panBattery2     "DD.DII"          - Voltage sensing #2 symbol with voltage reading  (!Not Implemented)
19
  panA_REG.5    06    panGPSats       "I  CC"           - Amount of locked satelliset with symbols
20
  panA_REG.6    07    panGPL          "II"              - GPS Lock symbol
21
  panA_REG.7    08    panGPS          "I DDD.DDDDDD" \r "I DDD.DDDDDD" - GPS location data (lat/lon)
22
 
23
  panB_REG.0    09    panRose         "IIIIIIIIIIIII" \r "ICCCCCCCCCCCCI"  - Compass rose
24
  panB_REG.1    10    panHeading      "IIDDDDI"         - Compass heading with symbols
25
  panB_REG.2    11    panMavBeat      "II"              - MAVLink heartbeat
26
  panB_REG.3    12    panHomeDir      "II"      N/Y     - Home location arrows
27
  panB_REG.4    13    panHomeDis      "IDDDDDI" N/Y     - Distance to home
28
  panB_REG.5    14    panWPDir        "II"      N/Y     - Waypoint location arrows (!Not Implemented)
29
  panB_REG.6    15    panWPDis        "IDDDDDI"         - Distance to next waypoint (!Not Implemented)
30
  panB_REG.7    16    panRSSI                           - RSSI data from RC (!Not Implemented)
31
 
32
  panC_REG.0    17    panCurrent1                       - Current sensing #1  (!Not Implemented)
33
  panC_REG.1    18    panCurrent2                       - Current sensing #2 (!Not Implemented)
34
  panC_REG.2    19    panAlt          "IDDDDDI"         - Altitude information
35
  panC_REG.3    20    panVel          "IDDDDDI"         - Velocity information
36
  panC_REG.4    21    panThr          "IDDDDDI"         - MAVLink Throttle data
37
  panC_REG.5    22    panFMod         "II"              - Flight mode display
38
  panC_REG.6    05    panHorizon                        - Artificial Horizon
39
  panC_REG.7    24    --
40
 
41
 
42
I = Icon
43
D = Digit
44
C = Char
45
 
46
N/Y = Not Yet working
47
N/C = Not Confirmed
48
 
49
Screen sizes:
50
PAL   15 Rows x 32 Chars
51
NTSC  13 Rows x 30 Chars
52
 
53
 
54
 
55
 
56
 
57
 
58
 
59
 
60
 
61
 
62
 
63
 
64
 
65
 
66
 
67
 
68
 
69
 
70
 
71
 
72
 
73
 
74
 
75
 
76
 
77
 
78
 
79
 
80
 
81
 
82
*/