viz1090/sdl1090/defs.h
Nathan aa8e3dca4b status boxes on map layout
Former-commit-id: 0ef788b2ddd092a1d30bdcc6d83bc0e972d5e229
Former-commit-id: 733d714f10f3ea03cf011aa4226c62a7784b2a36
2017-10-05 22:25:30 -05:00

23 lines
337 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
#define LOGMAXDIST 1000.0
#define MAXDIST 50.0
#define AA 0
#define MAGMA 0