discoverpixy
Macros | Functions
screen_calibrate.h File Reference
#include "screen.h"
Include dependency graph for screen_calibrate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CCENTER   20
 
#define CLENGTH   10
 
#define CBEGIN   (CCENTER-CLENGTH/2)
 
#define CEND   (CCENTER + CLENGTH/2)
 
#define DWIDTH   320
 
#define DHEIGHT   240
 

Functions

SCREEN_STRUCTget_screen_calibrate ()
 

Macro Definition Documentation

#define CBEGIN   (CCENTER-CLENGTH/2)

Definition at line 44 of file screen_calibrate.h.

#define CCENTER   20

Definition at line 42 of file screen_calibrate.h.

#define CEND   (CCENTER + CLENGTH/2)

Definition at line 45 of file screen_calibrate.h.

#define CLENGTH   10

Definition at line 43 of file screen_calibrate.h.

#define DHEIGHT   240

Definition at line 47 of file screen_calibrate.h.

#define DWIDTH   320

Definition at line 46 of file screen_calibrate.h.