Subversion Repositories Projects

Rev

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

Rev 728 Rev 757
Line 65... Line 65...
65
/**
65
/**
66
 * draw roll und nick indicators (could be enhanced to full artificial horizon)
66
 * draw roll und nick indicators (could be enhanced to full artificial horizon)
67
 * from line <firstline> to <listlines> for given <nick> and <roll> values
67
 * from line <firstline> to <listlines> for given <nick> and <roll> values
68
 */
68
 */
69
void draw_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
69
void draw_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);
-
 
70
 
-
 
71
void draw_agressiva_artificial_horizon(uint8_t, uint8_t, int16_t, int16_t);