mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-08-05 18:58:10 +00:00
Initial Clock Format
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace RPiRgbLEDMatrix;
|
||||
|
||||
/// <summary>
|
||||
/// Scan modes.
|
||||
/// </summary>
|
||||
public enum ScanModes
|
||||
{
|
||||
Progressive = 0,
|
||||
Interlaced = 1
|
||||
}
|
||||
Reference in New Issue
Block a user