orientationΒΆ
The orientation module contains the orientation constants to use
with the light_matrix module.
To use the orientation module add the following import statement to your project:
import orientation
The following constants are defined:
UP= 0RIGHT= 1DOWN= 2LEFT= 3