viz1090/sdl1090/defs.h
nathan 0507fc179b fixed heading, added heading history, switched list mode to overlay (in progress)
Former-commit-id: 0f107d8c372c5a2540f04b315ec9f947ff496fd1
Former-commit-id: 68382a78fc5e92438b70877a3f4497b3404498e9
2019-09-08 14:29:21 -05:00

23 lines
333 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
#define ROUND_RADIUS 3