Max7219 Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Max7219 LED matrix driver
public class Max7219 : IDisposable
type Max7219 = class
interface IDisposable
Public Class Max7219
Implements IDisposable
- Inheritance
-
Max7219
- Implements
Max7219(Spi |
Creates a Max7219 Device given a to communicate over and the number of devices that are cascaded. |
Num |
Number of digits Register per Module |
Spi |
MAX7219 Spi Clock Frequency |
Spi |
MAX7219 SPI Mode |
Cascaded |
Number of cascaded devices |
Item[Int32, Int32] |
Gets or Sets the value to the digit value for a given device and digit position |
Item[Int32] |
Gets or Sets the value to the digit value for a given absolute index |
Length |
Gets the total number of digits (cascaded devices * num digits) |
Rotation |
The Rotation to be applied (when modules are assembled rotated way) |
Brightness(Int32) |
Sets the brightness of all cascaded devices to the same intensity level. |
Clear(Int32, Int32, Boolean) |
Clears the buffer from the given start to end (exclusive) and flushes |
Clear |
Clears the buffer from the given start to end and flushes |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Flush() |
Writes all the Values to the devices. |
Init() |
Standard initialization routine. |
Write |
Writes a two dimensional buffer containing all the values to the devices. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |