mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -104,10 +104,10 @@ void InitAnalogClock(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
found:
|
found:
|
||||||
printf("[%s:%s] found file: %s\n", __file__, __func__, tmp_file.c_str());
|
//printf("[%s:%s] found file: %s\n", __file__, __func__, tmp_file.c_str());
|
||||||
file[i] += std::string(tmp_file);
|
file[i] += std::string(tmp_file);
|
||||||
}
|
}
|
||||||
printf("[%s:%s] finish initialization\n", __file__, __func__);
|
//printf("[%s:%s] finish initialization\n", __file__, __func__);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RenderClock(int x, int y)
|
void RenderClock(int x, int y)
|
||||||
|
@@ -121,10 +121,10 @@ void InitDigitalClock(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
found:
|
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);
|
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)
|
void RenderTimeDigit(int _digit, int x, int y)
|
||||||
|
@@ -33,7 +33,7 @@ GLCD::cFont font_time_standby;
|
|||||||
|
|
||||||
void InitSimpleClock(void)
|
void InitSimpleClock(void)
|
||||||
{
|
{
|
||||||
printf("[%s:%s] finish initialization\n", __file__, __func__);
|
//printf("[%s:%s] finish initialization\n", __file__, __func__);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SimpleClockUpdateFonts(int mode)
|
void SimpleClockUpdateFonts(int mode)
|
||||||
|
@@ -133,10 +133,10 @@ void InitWeather(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
found:
|
found:
|
||||||
printf("[%s:%s] found file: %s\n", __file__, __func__, weather_file.c_str());
|
//printf("[%s:%s] found file: %s\n", __file__, __func__, weather_file.c_str());
|
||||||
weather[i] += std::string(weather_file);
|
weather[i] += std::string(weather_file);
|
||||||
}
|
}
|
||||||
printf("[%s:%s] finish initialization\n", __file__, __func__);
|
//printf("[%s:%s] finish initialization\n", __file__, __func__);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WeatherUpdateFonts(void)
|
void WeatherUpdateFonts(void)
|
||||||
|
Reference in New Issue
Block a user