Skip to content

Commit fefa077

Browse files
committed
Correcting the problem of calling the TM1638_SetMultipleDisplayRegister function
1 parent c1f2ffa commit fefa077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TM1638.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ TM1638_SetMultipleDigit(TM1638_Handler_t *Handler, const uint8_t *DigitData,
332332
uint8_t i = 0, j = 0;
333333

334334
if (Handler->DisplayType == TM1638DisplayTypeComCathode)
335-
TM1638_SetMultipleDisplayRegister(Handler, StartAddr, Count, DigitData);
335+
TM1638_SetMultipleDisplayRegister(Handler, DigitData, StartAddr, Count);
336336
#if (TM1638_SUPPORT_COM_ANODE)
337337
else
338338
{

0 commit comments

Comments
 (0)