viz1090/sdl1090/defs.h
nathan c10ea1aaf7 worked on adding filled polygons. unsuccessfull due to map vertex organization, commented out. need a better map with more appropriate detail
Former-commit-id: 223ff00910f4a8c5a76378195fe48ee787118caf
Former-commit-id: 14af523eef680956f3f157a0e1496af69b2fa013
2018-10-02 01:54:15 -05:00

24 lines
355 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 1
#define UISCALE 1
#define LOGMAXDIST 1000.0
#define MAXDIST 25.0
#define AA 0
#define MAGMA 0