|
@@ -221,6 +221,7 @@ void displayDescaling(event_t *event) {
|
|
*/
|
|
*/
|
|
|
|
|
|
void displayTerminate(event_t *e) {
|
|
void displayTerminate(event_t *e) {
|
|
|
|
+ logger(V_BASIC, "display.cpp: Terminating\n");
|
|
displayPrintLn(0, "CoffeePi", true);
|
|
displayPrintLn(0, "CoffeePi", true);
|
|
displayPrintLn(1, displayGetString(str_bye), true);
|
|
displayPrintLn(1, displayGetString(str_bye), true);
|
|
}
|
|
}
|