- #pragma once
- #include "../dtmf_dolphin_event.h"
- #include "../dtmf_dolphin_data.h"
- #include "../dtmf_dolphin_audio.h"
- #define DTMF_DOLPHIN_NUMPAD_X 1
- #define DTMF_DOLPHIN_NUMPAD_Y 14
- #define DTMF_DOLPHIN_BUTTON_WIDTH 13
- #define DTMF_DOLPHIN_BUTTON_HEIGHT 13
- #define DTMF_DOLPHIN_BUTTON_PADDING 1 // all sides
|