You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(fnPg >= fnDatePages){ fnPg = 0; fn = fnIsTime; }// when we run out of pages, go back to time. When the half-minute date is triggered, fnPg is set to 254, so it will be 255 here and be cancelled after just the one page.
855
860
force=true;
856
861
}
857
862
//Temporary-display function timeout: if we're *not* in a permanent one (time, or running/signaling timer)
@@ -922,7 +927,7 @@ void checkRTC(bool force){
922
927
} //end alarm trigger
923
928
}
924
929
//At bottom of minute, see if we should show the date
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v5-4tube.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ const word velThreshold = 0; //ms
67
67
68
68
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
69
69
constwordcleanSpeed=200; //ms
70
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
70
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
71
71
72
72
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v5-6tube.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ const word velThreshold = 0; //ms
67
67
68
68
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
69
69
constwordcleanSpeed=200; //ms
70
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
70
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
71
71
72
72
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v8-4tube.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ const word velThreshold = 0; //ms
73
73
74
74
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
75
75
constwordcleanSpeed=200; //ms
76
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
76
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
77
77
78
78
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v8-6tube.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ const word velThreshold = 0; //ms
73
73
74
74
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
75
75
constwordcleanSpeed=200; //ms
76
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
76
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
77
77
78
78
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v9-6tube-relay.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ const word velThreshold = 0; //ms
74
74
75
75
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
76
76
constwordcleanSpeed=200; //ms
77
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
77
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
78
78
79
79
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
Copy file name to clipboardExpand all lines: arduino-nixie/configs/v9-6tube.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ const word velThreshold = 0; //ms
74
74
75
75
// What is the "frame rate" of the tube cleaning and display scrolling? up to 65535 ms
76
76
constwordcleanSpeed=200; //ms
77
-
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30 - to give the illusion of a slow scroll that doesn't pause, use (timeoutTempFn*1000)/(displaySize+1) - e.g. 714 for displaySize=6 and timeoutTempFn=5
77
+
constwordscrollSpeed=100; //ms - e.g. scroll-in-and-out date at :30
78
78
79
79
// What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
0 commit comments