APM:Libraries
Classes | Macros
Display.h File Reference
#include "NotifyDevice.h"
Include dependency graph for Display.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ COLUMN

#define COLUMN (   X)    ((X * 7) + 0)

◆ DISPLAY_MESSAGE_SIZE

#define DISPLAY_MESSAGE_SIZE   19

◆ ROW

#define ROW (   Y)    ((Y * 10) + 6)