Skip to content

Commit

Permalink
Correcting the problem of calling the TM1638_SetMultipleDisplayRegist…
Browse files Browse the repository at this point in the history
…er function
  • Loading branch information
Hossein-M98 committed Jan 16, 2023
1 parent c1f2ffa commit fefa077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TM1638.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ TM1638_SetMultipleDigit(TM1638_Handler_t *Handler, const uint8_t *DigitData,
uint8_t i = 0, j = 0;

if (Handler->DisplayType == TM1638DisplayTypeComCathode)
TM1638_SetMultipleDisplayRegister(Handler, StartAddr, Count, DigitData);
TM1638_SetMultipleDisplayRegister(Handler, DigitData, StartAddr, Count);
#if (TM1638_SUPPORT_COM_ANODE)
else
{
Expand Down

0 comments on commit fefa077

Please sign in to comment.