-
[physik/morpheus.git] / defines.h
index a886a60..9f33690 100644 (file)
--- a/defines.h
+++ b/defines.h
 
 #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 1048576 /* 1 MB */
+#define RAND_BUF_SIZE 64*1048576 /* 64 MB */
 
 /* program defines, dont touch ;) */
 
@@ -70,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 */