diff --git a/cimditprofile.cpp b/cimditprofile.cpp index d675dd3..3f23e87 100644 --- a/cimditprofile.cpp +++ b/cimditprofile.cpp @@ -443,7 +443,7 @@ void CimditProfile::showActivate() { w = w >> 1; h = 8; } - display.setCursor((SCREEN_WIDTH - w) >> 1, (SCREEN_HEIGHT >> 1) + ((SCREEN_HEIGHT - h)>> 1)); + display.setCursor((SCREEN_WIDTH - w) >> 1, SCREEN_HEIGHT- h); display.write(m_profiles[m_selectingProfile]); display.write("?"); display.display();