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 {
52 uint8_t T_SUBFIELDS = 1,
53 typename T_CI = ClockInterface,
54 typename T_GPIOI = GpioInterface
57 LedMatrixSingleHc595<T_SPII, T_GPIOI>,
72 const T_SPII& spiInterface,
73 uint8_t segmentOnPattern,
74 uint8_t digitOnPattern,
75 uint8_t framesPerSecond,
76 const uint8_t* digitPins
78 Super(mLedMatrix, framesPerSecond),