- graphlcd: disable some console spam

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-06-17 23:01:08 +02:00
committed by Thilo Graf
parent 692e9c3b9b
commit 794a6fec77
4 changed files with 7 additions and 7 deletions

View File

@@ -121,10 +121,10 @@ void InitDigitalClock(void)
}
}
found:
printf("[%s:%s] found file: %s\n", __file__, __func__, digit_file.c_str());
//printf("[%s:%s] found file: %s\n", __file__, __func__, digit_file.c_str());
digit[i] += std::string(digit_file);
}
printf("[%s:%s] finish initialization\n", __file__, __func__);
//printf("[%s:%s] finish initialization\n", __file__, __func__);
}
void RenderTimeDigit(int _digit, int x, int y)