APM:Libraries
|
#include "NotifyDevice.h"
Go to the source code of this file.
Classes | |
class | Display |
Macros | |
#define | ROW(Y) ((Y * 10) + 6) |
#define | COLUMN(X) ((X * 7) + 0) |
#define | DISPLAY_MESSAGE_SIZE 19 |
#define COLUMN | ( | X | ) | ((X * 7) + 0) |
Definition at line 6 of file Display.h.
Referenced by Display::update_arm(), Display::update_battery(), Display::update_ekf(), Display::update_gps(), Display::update_gps_sats(), Display::update_mode(), Display::update_prearm(), Display::update_text(), and Display::update_text_empty().
#define DISPLAY_MESSAGE_SIZE 19 |
Definition at line 8 of file Display.h.
Referenced by Display::update_battery(), Display::update_gps(), Display::update_mode(), Display::update_text(), and Display::update_text_empty().
#define ROW | ( | Y | ) | ((Y * 10) + 6) |
Definition at line 5 of file Display.h.
Referenced by Display::update_arm(), Display::update_battery(), Display::update_ekf(), Display::update_gps(), Display::update_gps_sats(), Display::update_mode(), Display::update_prearm(), Display::update_text(), and Display::update_text_empty().