X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=defines.h;h=9f33690a651159a9df3eff41aec1c8e90c5b1a96;hp=58befa17aaf6cd7d094f76864fabf9d611296422;hb=9e59c1fa125bad30829d38300ecfca4e9aadff55;hpb=4dc55f36080bc8cc78c07efe25bf3f222c3d0a9a diff --git a/defines.h b/defines.h index 58befa1..9f33690 100644 --- a/defines.h +++ b/defines.h @@ -24,10 +24,12 @@ #define DEFAULT_C_DIST_START_CONC 0 #define DEFAULT_C_DIST_SLOPE 1 -#define DEFAULT_C_C0 5000 +#define DEFAULT_C_C0 500000 #define DEFAULT_STEPS 5000 +#define RAND_BUF_SIZE 64*1048576 /* 64 MB */ + /* program defines, dont touch ;) */ #define URAND_MAX 0xffffffff @@ -68,7 +70,7 @@ typedef struct __display { #define DISPLAY_X_FREE 15 #define DISPLAY_Y_FREE 15 -#define DISPLAY_FONT "/usr/share/DFBSee/decker.ttf" +#define DISPLAY_FONT "./decker.ttf" #define MAX_TXT 20 /* masks for u32 cell */