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.
Dependencies: BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src
Diff: Fonts/display_fonts.h
- Revision:
- 1:35e2ad5cd1fe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Fonts/display_fonts.h Thu Oct 29 05:00:04 2015 +0000 @@ -0,0 +1,9 @@ +#ifndef __fonts_h +#define __fonts_h + +extern sFONT display_font_8x8; +extern sFONT display_font_10x18; +extern sFONT display_font_8x16; +extern sFONT display_font_12x22; + +#endif