mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-08-07 19:58:08 +00:00
Initial Clock Format
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace RPiRgbLEDMatrix;
|
||||
|
||||
/// <summary>
|
||||
/// Type of multiplexing.
|
||||
/// </summary>
|
||||
public enum Multiplexing : int
|
||||
{
|
||||
Direct = 0,
|
||||
Stripe = 1,
|
||||
Checker = 2
|
||||
}
|
||||
Reference in New Issue
Block a user