led_mux_on

Description

This function turns on a LED in the 8 by 8 LED matrix. The function is called with the co-ordinates of the LED to turn on.

Definition

led_mux_on(ubyte x, ubyte y)

Library

LIB/led_mux_lib.bas

Usage

On entry:
x is the x co-ordinate of the LED to turn on (for an 8 by 8 matrix x must be in the range 0 to 7, 0 is the left and 7 is the right)
y is the y co-ordinate of the LED to turn on (for an 8 by 8 matrix y must be in the range 0 to 7, 0 is the top and 7 is the bottom)
On exit:
There is no return value