mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Added support for DMD frame events and new switch event enable.
This commit is contained in:
@@ -36,6 +36,9 @@ void ConfigureDMD(PRHandle proc)
|
||||
dmdConfig.numRows = kDMDRows;
|
||||
dmdConfig.numColumns = kDMDColumns;
|
||||
dmdConfig.numSubFrames = kDMDSubFrames;
|
||||
dmdConfig.numFrameBuffers = kDMDFrameBuffers;
|
||||
dmdConfig.autoIncBufferWrPtr = true;
|
||||
dmdConfig.enableFrameEvents = true;
|
||||
|
||||
for (i = 0; i < kDMDSubFrames; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user