Skip to content

Commit 0e05816

Browse files
authored
Clarification on disableDecPoint
1 parent 063bfd3 commit 0e05816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void setup() {
8080
byte hardwareConfig = COMMON_ANODE; // See README.md for options
8181
bool updateWithDelays = false; // Default 'false' is Recommended
8282
bool leadingZeros = false; // Use 'true' if you'd like to keep the leading zeros
83-
bool disableDecPoint = false; // Use 'true' if your decimal point doesn't exist or isn't connected
83+
bool disableDecPoint = false; // Use 'true' if your decimal point doesn't exist or isn't connected. Then, you only need to specify 7 segmentPins[]
8484

8585
sevseg.begin(hardwareConfig, numDigits, digitPins, segmentPins, resistorsOnSegments,
8686
updateWithDelays, leadingZeros, disableDecPoint);

0 commit comments

Comments
 (0)