led_mux_write_code
Description
This function copies an 8 by 8 image from program memory to the refresh buffer.
Definition
led_mux_write_code(ubyte * const ptr)
Library
LIB/led_mux_lib.bas
Usage
On entry:
ptr is a pointer to an array of 64 bits packed 8 bits to a byte.
Each bit represents the condition of the corresponding LED. A 1
indicates the LED should be on and a 0 indicates the LED
should be off. The first byte in the array corresponds to the
first row of the matrix, the second byte is the second row etc.
On exit:
There is no return value