The 8x8 display component receives the 64 element array output from the 8x8 controller component to display in real-time (during simulation) the specific pattern associated with the unique integer value provided to the 8x8 controller. While this component is not provided in the run-time library, it serves as a visual representation of what the outputs exposed would serve to an external physical device.
Inputs: 4
Input Name:
Description:
Enable
Boolean input of zero or non-zero value that either enables or disables the component. Default is ON.
LED 8x8 Command
The 64 element array of type integer, describing the 8x8 display to be shown.
Shift x
An integer value representing the offset from the left of the display that the first column of matrix elements should appear. For instance, an offset of 1, would leave one blank column on the left, effectively shifting the display right by one.
Shift y
An integer value representing the offset from the top of the display that the first row of matrix elements should appear. For instance, an offset of 1, would leave one blank row at top, effectively shifting the display down by one.