viz1090/sdl1090/defs.h
Nathan 314a210201 labeling updates, placeholder battery indicator
Former-commit-id: bff0f6c851c23cab84690fb0fa599f7a14718ed4
Former-commit-id: 9b81f580a60bde5b9279591b6f1818d574dae5f8
2017-10-10 15:56:05 -05:00

24 lines
353 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 SCALE 1
#define LOGMAXDIST 1000.0
#define MAXDIST 50.0
#define AA 0
#define MAGMA 0