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:
- 3:4121d3cd9f60
- Parent:
- 2:fc06b5b5bf6a
--- a/OLED_fonts.h Fri Aug 19 23:05:58 2016 +0000 +++ b/OLED_fonts.h Fri Aug 26 15:21:54 2016 +0000 @@ -40,17 +40,8 @@ #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[]; +extern const uint8_t OpenSans_12x18_Regular[]; +extern const uint8_t OpenSans_10x15_Regular[]; #endif