Hexiwear OLED Display Driver

Dependents:   Hexi_OLED_TextImage_Example Hexi_OLED_Text_Example Hexi_OLED_Image_Example security-console-app ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers OpenSans_Font.h Source File

OpenSans_Font.h

00001 /** OpenSans Font 
00002  *  This file contains the Hexiwear optimized OpenSans font. 
00003  *
00004  *  For more information 
00005  *  visit: https://github.com/google/fonts/tree/master/apache/opensans
00006  * 
00007  *  Font converted with MicroElektronika's Hexiwear Resource Collection Tool
00008  *  visit: https://github.com/MikroElektronika/HEXIWEAR/tree/master/SW/ResourceCollectionTool
00009  */
00010 
00011 #ifndef HG_OPENSANS_FONT
00012 #define HG_OPENSANS_FONT
00013 
00014 #include <stdint.h>
00015 
00016 /** Max Width of Character  = 12px
00017  *  Max Height of Character = 18px */
00018 extern const uint8_t OpenSans_12x18_Regular[];
00019 
00020 /** Max Width of Character  = 10px
00021  *  Max Height of Character = 15px */
00022 extern const uint8_t OpenSans_10x15_Regular[];
00023 
00024 #endif
00025