aboutsummaryrefslogtreecommitdiff
path: root/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'character.h')
-rw-r--r--character.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/character.h b/character.h
deleted file mode 100644
index 7e17cd7..0000000
--- a/character.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _CHARACTER_H_
-#define _CHARACTER_H_
-
-#include <stdint.h>
-
-//Both maps produce very different results
-const char character_luminance_map [] ;
-
-//Select Char based on 1B brightness Value
-char calc_char(uint8_t _c, uint8_t _min, uint8_t _max);
-
-#endif //_CHARACTER_H_