Skip to content

Commit 5b97070

Browse files
Update README.md
1 parent d1ff498 commit 5b97070

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
@@ -17,7 +17,7 @@ You can then initialise the display with the following line that includes the nu
1717
You can also initialise the display with custom pixels per segment and pixel per decimal point
1818

1919
#define PIXELS_DIGITS 5 // Number of digits
20-
#define PIXELS_PER_SEGMENT 4 // Pixels per segment - If you want more than 10 pixels per segment, modify the Neo7Segment_Var.cpp
20+
#define PIXELS_PER_SEGMENT 4 // Pixels per segment - If you want more than 10 pixels per segment, modify the Neo7Segment.cpp
2121
#define PIXELS_PER_POINT 1 // Pixels per decimal point - CANNOT be higher than PIXELS_PER_SEGMENT
2222
#define PIXELS_PIN 4 // Pin number
2323

0 commit comments

Comments
 (0)