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.

Revision:
4:b2bbdc58967e
Parent:
2:532ce15ea9ec
--- a/TM1638_Config.h	Tue Jan 19 18:58:22 2016 +0000
+++ b/TM1638_Config.h	Sun Jan 31 12:11:06 2016 +0000
@@ -1,6 +1,7 @@
 /* mbed TM1638 Library, for TM1638 LEDcontroller
  * Copyright (c) 2015, v01: WH, Initial version
  *               2016, v02: WH, Added ASCII alphabet display selector
+ *               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
@@ -27,7 +28,9 @@
 // Select one of the testboards for TM1638 LED controller
 #define TM1638_TEST  0
 #define LEDKEY8_TEST 1 
-
+#define QYF_TEST     0 
+#define LKM1638_TEST 0 
+ 
 // Select the display mode: only digits and hex or ASCII
 #define SHOW_ASCII   1