bridystone/SevSegShift

mismatch of example picture vs. example code

Opened this issue · 0 comments

example pictures use resistors on segments while the code (in default configuration) uses resistors on digits.

void begin(byte hardwareConfig, byte numDigitsIn, byte digitPinsIn[],
byte segmentPinsIn[], bool resOnSegmentsIn=0,
bool updateWithDelaysIn=0, bool leadingZerosIn=0,
bool disableDecPoint=0);