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.
Fork of TM1638 by
Diff: Font_7Seg.cpp
- Revision:
- 4:b2bbdc58967e
- Parent:
- 2:532ce15ea9ec
--- a/Font_7Seg.cpp Tue Jan 19 18:58:22 2016 +0000
+++ b/Font_7Seg.cpp Sun Jan 31 12:11:06 2016 +0000
@@ -1,6 +1,7 @@
/* mbed LED Font Library, for TM1638 LED controller
* Copyright (c) 2015, v01: WH, Initial version, Test in LEDKEY8
* 2016, v02: WH, Added ASCII alphabet, changed fonttable into short
+ * 2016, v03: WH, Added QYF-TM1638 and LKM1638
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -23,7 +24,7 @@
#include "Font_7Seg.h"
// Select one of the testboards for TM1638 LED controller
-#if (LEDKEY8_TEST == 1)
+#if ((LEDKEY8_TEST == 1) || (QYF_TEST == 1) || (LKM1638_TEST == 1))
//Mask for blending out and restoring Icons
const char MASK_ICON_GRID[][2] = {
