Beispiel #1
0
void CU8GLcd::ButtonPress()
{
    ButtonFunction fnc = GetButtonPress(&_pagedef[GetPage()].buttonpress);

    if (fnc)
    {
        (*this.*fnc)();
        DrawRequest(DrawForceAll);
    }
}
Beispiel #2
0
void stageUpdate() {
  ShowLedSequence();
  GetButtonPress();
  CompareOk();
}