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.
font_8x12.h
00001 #ifndef _FONT_8X12_H_ 00002 #define _FONT_8X12_H_ 00003 00004 00005 //----- DEFINES ----- 00006 #define FONT2_START (0x20) 00007 #define FONT2_WIDTH (8) 00008 #define FONT2_HEIGHT (12) 00009 00010 00011 //----- GLOBALS ----- 00012 extern const unsigned char font2[]; 00013 00014 00015 #endif //_FONT_8X12_H_
Generated on Thu Jul 14 2022 19:13:49 by
1.7.2