viz1090/sdl1090/defs.h
Nathan 44c69fd47d draw.c refactor. draw.c now handles outer draw routine, previous contents moved to maps.c
Former-commit-id: ff10c96cd8ee950e56b9bba51bf54451d7cab293
Former-commit-id: 04d08428688a3567ec572e34b87a96901c4ca31e
2017-10-05 09:58:23 -05:00

16 lines
258 B
C

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "SDL/SDL.h"
#include "SDL/SDL_ttf.h"
#include "mapdata.h"
#ifdef RPI
#include <wiringPi.h>
#endif
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define UPSCALE 3