From 096701a6ad8f2ba5512aff4ee430ca0d626fff7a Mon Sep 17 00:00:00 2001 From: Tectu Date: Wed, 18 Jul 2012 03:42:05 +0200 Subject: restructorizing --- fonts.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 fonts.h (limited to 'fonts.h') diff --git a/fonts.h b/fonts.h deleted file mode 100644 index 245aa059..00000000 --- a/fonts.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * fonts.h - * - * File containing prototype of the fonts for display - * - * - */ - -#include - -#ifndef _FONT_ -#define _FONT_ - -#define FONT_TABLE_HEIGHT_IDX 0 -#define FONT_TABLE_PAD_AFTER_CHAR_IDX 1 -#define FONT_TABLE_LINE_SPACING_IDX 2 -#define FONT_TABLE_DECENDERS_HEIGHT_IDX 3 -#define FONT_TABLE_UNUSED_IDX 4 -#define FONT_TABLE_CHAR_LOOKUP_IDX 5 - -extern const uint8_t font_Small[]; -extern const uint8_t font_Larger[]; -//extern const uint8_t font_Medium[]; -extern const uint8_t font_MediumBold[]; -extern const uint8_t font_LargeNumbers[]; - -#endif -- cgit v1.2.3