Skip to content

Commit

Permalink
TM1638 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbelos committed Oct 10, 2024
1 parent fa00e9e commit 21c01ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EXRAILMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21c01ab

Please sign in to comment.