Scroll text updating still not right. #22

Closed
opened 2018-11-11 19:45:37 +00:00 by Squatnet · 1 comment
Squatnet commented 2018-11-11 19:45:37 +00:00 (Migrated from github.com)

Scroll text still does not show correctly.
possible fix by forcing pattern 0 before showing ptrn 9

Scroll text still does not show correctly. possible fix by forcing pattern 0 before showing ptrn 9
Squatnet commented 2018-11-11 19:49:48 +00:00 (Migrated from github.com)
else {
    iic = ss.toInt();
    if(iic == 9)turnOff(); // Clear the fastleds array; Possible fix for 22
  }
``` else { iic = ss.toInt(); if(iic == 9)turnOff(); // Clear the fastleds array; Possible fix for 22 } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squatnet/ArduinoStuff#22
No description provided.