Welcome to the EyeBot  Version 7 - RPi1
A Controller For Various Hardware IO
globals.h
Go to the documentation of this file.
1 
7 #ifndef GLOBALS_H_
8 #define GLOBALS_H_
9 
10 #include "types.h"
11 
12 struct mpsse_context* gDeviceHandle;
13 LCD_HANDLE* gLCDHandle;
14 bool gLCDEnabled;
15 int gCurPosX, gCurPosY;
16 int gMousePosX, gMousePosY, gMouseButton;
17 TOUCH_MAP* gTouchMap;
18 
19 #endif /* GLOBALS_H_ */
Defines types used for the EyeBot 7.
Structure defining boxes for touchscreen use.
Definition: types.h:204
Structure defining an LCD.
Definition: types.h:245