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_6x8.h
00001 #ifndef _FONT_6X8_H_ 00002 #define _FONT_6X8_H_ 00003 00004 00005 //----- DEFINES ----- 00006 #define FONT6x8_START 0x20 00007 #define FONT6x8_END 0x7A 00008 #define FONT6x8_WIDTH 6 00009 #define FONT6x8_HEIGHT 8 00010 #define FONT6x8_BYTES 1 00011 00012 00013 //----- GLOBALS ----- 00014 extern const unsigned char font_6x8[]; 00015 00016 00017 #endif
Generated on Thu Jul 14 2022 04:23:19 by
1.7.2