Subversion Repositories Projects

Rev

Rev 761 | Rev 837 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 761 Rev 762
Line 16... Line 16...
16
 *   along with this program; if not, write to the                          *
16
 *   along with this program; if not, write to the                          *
17
 *   Free Software Foundation, Inc.,                                        *
17
 *   Free Software Foundation, Inc.,                                        *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
19
 ****************************************************************************/
19
 ****************************************************************************/
Line -... Line 20...
-
 
20
 
-
 
21
#ifndef _OSD_HELPERS_H
-
 
22
#define _OSD_HELPERS_H
20
 
23
 
21
/* ##########################################################################
24
/* ##########################################################################
22
 * compass stuff
25
 * compass stuff
Line 23... Line 26...
23
 * ##########################################################################*/
26
 * ##########################################################################*/
Line 67... Line 70...
67
 * from line <firstline> to <listlines> for given <nick> and <roll> values
70
 * from line <firstline> to <listlines> for given <nick> and <roll> values
68
 */
71
 */
69
void draw_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
72
void draw_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
Line 70... Line 73...
70
 
73
 
-
 
74
void draw_agressiva_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
-
 
75
 
-
 
76