TM1638 LED controller. Max 80 LEDs, Max 24 Key scan. Supports LED&KEY, QYF-TM1638 and JY-LKM1638 module.
Dependents: mbed_TM1638 Otjimaniya RL0201-V1
See here for more information.
Diff: Font_7Seg.cpp
- Revision:
- 4:b2bbdc58967e
- Parent:
- 2:532ce15ea9ec
diff -r 25ddabfadc8c -r b2bbdc58967e Font_7Seg.cpp
--- 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] = {
TM1638 LED controller (80 LEDs max), Keyboard scan (24 keys max)