From 21c01ab69ad5e8f190a40ced526eed8a6d09519b Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 10 Oct 2024 19:42:27 +0100 Subject: [PATCH] TM1638 support --- EXRAILMacros.h | 2 +- version.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/EXRAILMacros.h b/EXRAILMacros.h index b2ee920..b7f6b0e 100644 --- a/EXRAILMacros.h +++ b/EXRAILMacros.h @@ -63,7 +63,7 @@ // playing sounds with IO_I2CDFPlayer #define PLAYSOUND ANOUT -// SEG7 is a helper to create ANOUT from a 7-segment requets +// SEG7 is a helper to create ANOUT from a 7-segment request #define SEG7(vpin,value,format) \ ANOUT(vpin,(value & 0xFFFF),TM1638::DF_##format,((uint32_t)value)>>16) diff --git a/version.h b/version.h index 749227b..e6d43d3 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.2.84" +#define VERSION "5.2.85" +// 5.2.85 - IO_TM1638 driver, SEG7 Exrail macro and _s7 segment pattern generator. // 5.2.84 - Fix TrackManager setDCCSignal and setPROGSignal for STM32 shadowing of PORTG/PORTH - this time it really is correct! // 5.2.83 - Various STM32 related fixes for serial ports, I2C pullups now turned off, and shadowing of PORTG/PORTH for TrackManager now correct // 5.2.82 - TrackManager and EXRAIL: Introduce more consistent names for <= ...> and SET_TRACK