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.
Dependents: Hexi_OLED_TextImage_Example Hexi_OLED_Text_Example Hexi_OLED_Image_Example security-console-app ... more
Diff: OLED_fonts.h
- Revision:
- 0:06f42dd3eab3
- Child:
- 1:3b5be0ee5f0c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OLED_fonts.h Wed Aug 17 22:08:40 2016 +0000 @@ -0,0 +1,18 @@ +#ifndef HG_OLED_FONTS +#define HG_OLED_FONTS + +#include <stdint.h> + +extern const uint8_t oledFont_Tahoma_18_Regular[]; +extern const uint8_t oledFont_Tahoma_16_Regular[]; +extern const uint8_t oledFont_Tahoma_14_Regular[]; +extern const uint8_t oledFont_Tahoma_10_Regular[]; +extern const uint8_t oledFont_Tahoma_8_Regular[]; +extern const uint8_t oledFont_Tahoma_7_Regular[]; +extern const uint8_t oledFont_Tahoma_6_Regular[]; +extern const uint8_t oledFont_Roboto_Mono11x23_Regular[]; +extern const uint8_t oledFont_Exo_2_Condensed10x16_Regular[]; +extern const uint8_t oledFont_Exo_2_Condensed15x23_Regular[]; +extern const uint8_t oledFont_Exo_2_Condensed21x32_Regular[]; + +#endif