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
Before submitting this issue
[✓] Have you tried using the latest version of the library?
[✓] Have you checked this has not already been submitted and/or resolved?
Subject of the issue
Clearing the cube doesn't seem to work properly with my ICStation 595 4x4x4 Cube. When I call .clear, only the lower two planes are cleared. The upper two are not.
Your Environment
Library Version: 2.1.0 Arduino IDE version: 1.8.13 Hardware model/type: Arduino UNO + ICStation 595 4x4x4 Cube OS and Version: Windows 10 64-bit
Steps to Reproduce
Run the code example provided below on a ICStation 595 4x4x4 Cube.
Expected Behavior
All voxels/LEDs get turned off by calling C.clear().
Actual Behavior
Just the voxels/LEDs in the lower two planes are turned off. The voxels/LEDs in the upper two planes are still lit.
IMPORTANT
Before submitting this issue
[✓] Have you tried using the latest version of the library?
[✓] Have you checked this has not already been submitted and/or resolved?
Subject of the issue
Clearing the cube doesn't seem to work properly with my ICStation 595 4x4x4 Cube. When I call .clear, only the lower two planes are cleared. The upper two are not.
Your Environment
Library Version: 2.1.0
Arduino IDE version: 1.8.13
Hardware model/type: Arduino UNO + ICStation 595 4x4x4 Cube
OS and Version: Windows 10 64-bit
Steps to Reproduce
Run the code example provided below on a ICStation 595 4x4x4 Cube.
Expected Behavior
All voxels/LEDs get turned off by calling C.clear().
Actual Behavior
Just the voxels/LEDs in the lower two planes are turned off. The voxels/LEDs in the upper two planes are still lit.
Code Demonstrating the Issue
The text was updated successfully, but these errors were encountered: