Actually show six digits in MAX7219

Not sure how I missed that in the last PR.
This commit is contained in:
pkkrusty 2022-03-04 19:35:29 +00:00 committed by GitHub
parent b4f99bb747
commit 32300207e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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))