Skip to content

Commit

Permalink
fixed log entires for UDP delay and USB pckage size, use libzedmd 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 13, 2025
1 parent c58c089 commit 1e318fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified LibDmd/Costura32/zedmd.dll
Binary file not shown.
Binary file modified LibDmd/Costura64/zedmd64.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion LibDmd/Output/ZeDMD/ZeDMDUsbBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public abstract class ZeDMDUsbBase : ZeDMDBase
#else
[DllImport("zedmd.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl)]
#endif
protected static extern int ZeDMD_GetUsbPackageSize(IntPtr pZeDMD);
protected static extern ushort ZeDMD_GetUsbPackageSize(IntPtr pZeDMD);

#endregion
}
Expand Down
2 changes: 1 addition & 1 deletion LibDmd/Output/ZeDMD/ZeDMDWiFiBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public abstract class ZeDMDWiFiBase : ZeDMDBase
#else
[DllImport("zedmd.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl)]
#endif
protected static extern int ZeDMD_GetUdpDelay(IntPtr pZeDMD);
protected static extern byte ZeDMD_GetUdpDelay(IntPtr pZeDMD);


#endregion
Expand Down

0 comments on commit 1e318fe

Please sign in to comment.