Hexiwear OLED
Fork of Hexi_OLED_SSD1351 by
Diff: OpenSans_Font/OpenSans_Font.h
- Revision:
- 6:0060ffa3f4dc
- Parent:
- 5:a5b4b36a1aed
diff -r a5b4b36a1aed -r 0060ffa3f4dc OpenSans_Font/OpenSans_Font.h --- a/OpenSans_Font/OpenSans_Font.h Fri Aug 26 18:13:10 2016 +0000 +++ b/OpenSans_Font/OpenSans_Font.h Fri Aug 26 19:56:07 2016 +0000 @@ -14,13 +14,11 @@ #include <stdint.h> /** Max Width of Character = 12px - * Max Height of Character = 18px - */ + * Max Height of Character = 18px */ extern const uint8_t OpenSans_12x18_Regular[]; /** Max Width of Character = 10px - * Max Height of Character = 15px - */ + * Max Height of Character = 15px */ extern const uint8_t OpenSans_10x15_Regular[]; #endif