mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Actually show six digits in MAX7219
Not sure how I missed that in the last PR.
This commit is contained in:
parent
b4f99bb747
commit
32300207e8
@ -1021,7 +1021,7 @@ void TM1637ShowTime()
|
|||||||
}
|
}
|
||||||
else if (MAX7219 == TM1637Data.display_type)
|
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 ((millis() % 1000) > 500 && (i == 3))
|
||||||
if ((i == 1) || (i == 3))
|
if ((i == 1) || (i == 3))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user