mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
11 lines
309 B
C
11 lines
309 B
C
|
#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
|