mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
graphlcd: disable some console spam
Origin commit data
------------------
Branch: ni/coolstream
Commit: ecae9b733f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Origin message was:
------------------
- graphlcd: disable some console spam
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user