viz1090/sdl1090/defs.h
Nathan d373baade6 labeling updates, placeholder battery indicator
Former-commit-id: d1e81f2e82cbbee968d9c54cdedc5e2fabba2937
Former-commit-id: ac2a078be1f5c4797824be34c85eaf9b4db7d08f
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