]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/Fonts.h
Add fixes for it to work properly on microcontroller
[oswald.git] / ui / Fonts.h
index 42576c03b32950abd52e78fc70823da088516e70..014ff6969b6582a622fc5826a544f8513b7cc3c7 100644 (file)
@@ -23,6 +23,8 @@
 */
 /******************************************************************************/
 
+#include "oswald.h"
+
 #ifndef FONTS_H
 #define FONTS_H
 
@@ -38,8 +40,8 @@ typedef enum
   MetaWatch5Oled,
   MetaWatch7Oled,
   MetaWatch16Oled,
-  MetaWatchIconOled
-  
+  MetaWatchIconOled,
+  MetaWatchMonospaced10
 } etFontType;
 
 /*! Use to size the bitmap used in the Display Task for printing characters FOR 
@@ -84,7 +86,7 @@ unsigned char MapDigitToIndex(unsigned char Digit);
  * The function works with ints so that it is generic for both types
  *
  */
-void GetCharacterBitmap(unsigned char Character,unsigned int * pBitmap);
+void GetCharacterBitmap(unsigned char Character, u16t *pBitmap);
 
 /*! Get the width for a specified character *
  *