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
OLED_fonts.h
- Committer:
- khuang
- Date:
- 2016-08-18
- Revision:
- 1:3b5be0ee5f0c
- Parent:
- 0:06f42dd3eab3
- Child:
- 2:fc06b5b5bf6a
File content as of revision 1:3b5be0ee5f0c:
#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