We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ff498 commit 5b97070Copy full SHA for 5b97070
README.md
@@ -17,7 +17,7 @@ You can then initialise the display with the following line that includes the nu
17
You can also initialise the display with custom pixels per segment and pixel per decimal point
18
19
#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
+ #define PIXELS_PER_SEGMENT 4 // Pixels per segment - If you want more than 10 pixels per segment, modify the Neo7Segment.cpp
21
#define PIXELS_PER_POINT 1 // Pixels per decimal point - CANNOT be higher than PIXELS_PER_SEGMENT
22
#define PIXELS_PIN 4 // Pin number
23
0 commit comments