diff --git a/src/driver/lcdd.cpp b/src/driver/lcdd.cpp index 9b88a4342..db3b5f3cb 100644 --- a/src/driver/lcdd.cpp +++ b/src/driver/lcdd.cpp @@ -711,7 +711,8 @@ void CLCD::showVolume(const char vol, const bool perform_update) void CLCD::showPercentOver(const unsigned char perc, const bool perform_update, const MODES m) { if (mode != m) - return; + printf("CLCD::showPercentOver: mode (%d) != m (%d), please report\n", (int)mode, (int)m); + // return; int left, top, width, height = 5; bool draw = true;