viz1090/sdl1090/defs.h
nathan b1bd10fd4d migrate to SDL 2
Former-commit-id: f5bd38a6dcb30130ef000bd47779dc06338db844
Former-commit-id: d893a750adb82f288ff7b7bc31d621b1e60da672
2019-09-07 18:11:20 -05:00

21 lines
309 B
C

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "SDL2/SDL.h"
#include "SDL2/SDL_ttf.h"
#include "mapdata.h"
#ifdef RPI
#include <wiringPi.h>
#endif
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define UPSCALE 1
#define UISCALE 1
#define AA 0
#define MAGMA 0