2017-09-14 05:21:36 +02:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
2017-09-16 04:25:26 +02:00
|
|
|
#include <unistd.h>
|
2017-09-15 04:13:02 +02:00
|
|
|
#include "SDL/SDL.h"
|
|
|
|
#include "SDL/SDL_ttf.h"
|
2017-09-14 05:21:36 +02:00
|
|
|
|
2017-09-16 04:25:26 +02:00
|
|
|
#ifdef RPI
|
|
|
|
#include <wiringPi.h>
|
|
|
|
#endif
|
|
|
|
|
2017-09-14 05:21:36 +02:00
|
|
|
#define SCREEN_WIDTH 320
|
|
|
|
#define SCREEN_HEIGHT 240
|