summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
new file mode 100644
index 0000000000..d9a713d368
--- /dev/null
+++ b/firmware/export/config-player.h
@@ -0,0 +1,33 @@
1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1
3
4/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1
6
7/* Define this if you have a MAS3507D */
8#define HAVE_MAS3507D
9
10/* Define this if you have a DAC3550A */
11#define HAVE_DAC3550A
12
13/* Define this to the CPU frequency */
14#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
15
16/* Battery scale factor (?) */
17#define BATTERY_SCALE_FACTOR 6546
18
19/* Define this if you must discharge the data line by driving it low
20 and then set it to input to see if it stays low or goes high */
21#define HAVE_I2C_LOW_FIRST
22
23/* Define this if you control power on PADR (instead of PBDR) */
24#define HAVE_POWEROFF_ON_PADR
25
26/* Offset ( in the firmware file's header ) to the file length */
27#define FIRMWARE_OFFSET_FILE_LENGTH 0
28
29/* Offset ( in the firmware file's header ) to the file CRC */
30#define FIRMWARE_OFFSET_FILE_CRC 4
31
32/* Offset ( in the firmware file's header ) to the real data */
33#define FIRMWARE_OFFSET_FILE_DATA 6