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:
2:532ce15ea9ec
Parent:
0:201dfacbe0e5
Child:
4:b2bbdc58967e
--- a/TM1638_Config.h	Sat Jan 09 14:30:43 2016 +0000
+++ b/TM1638_Config.h	Fri Jan 15 19:09:59 2016 +0000
@@ -1,5 +1,6 @@
 /* mbed TM1638 Library, for TM1638 LEDcontroller
  * Copyright (c) 2015, v01: WH, Initial version
+ *               2016, v02: WH, Added ASCII alphabet display selector
  *
  * 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,4 +28,7 @@
 #define TM1638_TEST  0
 #define LEDKEY8_TEST 1 
 
+// Select the display mode: only digits and hex or ASCII
+#define SHOW_ASCII   1 
+
 #endif
\ No newline at end of file