Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xesxen
ledbanner-driver
Commits
6d063910
Verified
Commit
6d063910
authored
Oct 16, 2019
by
Xesxen
Browse files
Fix driving logic (off-by-one)
parent
f18c4e2b
Pipeline
#24
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ledbanner-driver.ino
View file @
6d063910
...
...
@@ -335,7 +335,7 @@ void writeBuffer(byte* buff) {
if
(
micros
()
-
previousSet
>
500
)
{
// 1500
clear
();
if
(
column
>
1
5
)
column
=
0
;
if
(
column
>
1
4
)
column
=
0
;
int
actualColumn
=
column
%
3
*
5
+
column
/
3
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment