Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Hexi_OLED_SSD1351 by
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
Generated on Mon Jul 18 2022 21:55:23 by
1.7.2
