Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
max7456.h File Reference
#include "std.h"
+ Include dependency graph for max7456.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void max7456_init (void)
 
void max7456_periodic (void)
 
void max7456_event (void)
 

Variables

uint8_t osd_enable
 
float mag_course_deg
 
float mag_heading_rad
 
float home_dir_deg
 

Detailed Description

Maxim MAX7456 single-channel monochrome on-screen display driver.

Definition in file max7456.h.

Function Documentation

◆ max7456_event()

◆ max7456_init()

◆ max7456_periodic()

Variable Documentation

◆ home_dir_deg

float home_dir_deg

Definition at line 177 of file max7456.c.

Referenced by home_direction(), and send_mag_heading().

◆ mag_course_deg

float mag_course_deg

Definition at line 174 of file max7456.c.

Referenced by draw_osd(), and send_mag_heading().

◆ mag_heading_rad

float mag_heading_rad

Definition at line 175 of file max7456.c.

◆ osd_enable

uint8_t osd_enable

Definition at line 169 of file max7456.c.

Referenced by max7456_init(), and max7456_periodic().