Merge pull request #15033 from pkkrusty/patch-5

Actually show six digits in MAX7219
This commit is contained in:
Theo Arends 2022-03-04 21:19:40 +01:00 committed by GitHub
commit 8c9b08adbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ void TM1637ShowTime()
}
else if (MAX7219 == TM1637Data.display_type)
{
for (uint32_t i = 0; i < 4; i++)
for (uint32_t i = 0; i < 6; i++)
{
//if ((millis() % 1000) > 500 && (i == 3))
if ((i == 1) || (i == 3))