|
Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
|
the main code to run the GUI for the EyeBot More...
#include <dirent.h>#include <stdio.h>#include <stdlib.h>#include <netdb.h>#include <arpa/inet.h>#include <signal.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/Xresource.h>#include "eyebot.h"#include "header.h"#include <pthread.h>#include <wiringPi.h>#include <unistd.h>Macros | |
| #define | ROBIOS_VERSION "7.0" |
| #define | _GNU_SOURCE |
| #define | M6MAIN_TEXTROW 1 |
| #define | M6MAIN_TEXTCOL 0 |
| #define | M6MAIN_BATTBAR_COLOR LCD_BLUE |
| #define | M6MAIN_HOSTNAME_LEN 64 |
Variables | |
| PROC_PROCLIST | proclist |
| KEYCODE | keycode |
| int | screenRefresh |
| ROBIOS_PARAMS | robiosParams |
| pthread_t | threadKeyInput |
| pthread_t | threadIRInput |
| pthread_t | threadScreenRefresh |
| int | menu = 1 |
the main code to run the GUI for the EyeBot
1.8.10