viz1090/sdl1090/defs.h
nathan 85f6812a58 worked on adding filled polygons. unsuccessfull due to map vertex organization, commented out. need a better map with more appropriate detail
Former-commit-id: e343c081c98b88f7b3c35b1c130fcf5a621da9b2
Former-commit-id: 9ccbd73d19b6954c3d5e5e6ee826c1353a3700c7
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