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.
Diff: TM1638_Config.h
- 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