25 #ifndef ACE_SEGMENT_HYBRID_MODULE_H
26 #define ACE_SEGMENT_HYBRID_MODULE_H
28 #include "../scanning/ScanningModule.h"
29 #include "../scanning/LedMatrixSingleHc595.h"
31 namespace ace_segment {
53 uint8_t T_SUBFIELDS = 1,
54 typename T_CI = ClockInterface,
55 typename T_GPIOI = GpioInterface
58 LedMatrixSingleHc595<T_SPII, T_GPIOI>,
73 const T_SPII& spiInterface,
74 uint8_t segmentOnPattern,
75 uint8_t digitOnPattern,
76 uint8_t framesPerSecond,
77 const uint8_t* digitPins
79 Super(mLedMatrix, framesPerSecond),