2004-09-09 06:01:46 +00:00
|
|
|
/* define this if you have a bitmap LCD display */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_LCD_BITMAP
|
2004-09-09 06:01:46 +00:00
|
|
|
|
2008-09-04 14:49:53 +00:00
|
|
|
#define MODEL_NAME "Ondio SP"
|
|
|
|
|
2006-03-28 02:00:35 +00:00
|
|
|
/* define this if you can flip your LCD */
|
|
|
|
#define HAVE_LCD_FLIP
|
|
|
|
|
2006-09-25 17:03:18 +00:00
|
|
|
/* define this if you can invert the colours on your LCD */
|
|
|
|
#define HAVE_LCD_INVERT
|
|
|
|
|
2006-10-25 10:17:57 +00:00
|
|
|
/* define this if you would like tagcache to build on this target */
|
|
|
|
#define HAVE_TAGCACHE
|
|
|
|
|
2004-09-16 14:36:08 +00:00
|
|
|
/* LCD dimensions */
|
|
|
|
#define LCD_WIDTH 112
|
|
|
|
#define LCD_HEIGHT 64
|
2005-07-04 06:25:31 +00:00
|
|
|
#define LCD_DEPTH 1
|
2004-09-16 14:36:08 +00:00
|
|
|
|
2009-01-13 14:41:29 +00:00
|
|
|
#define LCD_PIXEL_ASPECT_WIDTH 4
|
|
|
|
#define LCD_PIXEL_ASPECT_HEIGHT 5
|
|
|
|
|
2007-02-18 08:57:18 +00:00
|
|
|
#define LCD_PIXELFORMAT VERTICAL_PACKING
|
|
|
|
|
2009-02-09 00:32:59 +00:00
|
|
|
/* Display colours, for screenshots and sim (0xRRGGBB) */
|
|
|
|
#define LCD_DARKCOLOR 0x000000
|
|
|
|
#define LCD_BRIGHTCOLOR 0x5a915a
|
|
|
|
#define LCD_BL_DARKCOLOR 0x000000
|
|
|
|
#define LCD_BL_BRIGHTCOLOR 0x82b4fa
|
|
|
|
|
2004-09-10 10:51:54 +00:00
|
|
|
/* define this if you have an Ondio style 6-key keyboard */
|
2004-09-28 22:13:26 +00:00
|
|
|
#define CONFIG_KEYPAD ONDIO_PAD
|
2004-09-09 06:01:46 +00:00
|
|
|
|
2010-01-16 13:54:10 +00:00
|
|
|
/* Define this to enable morse code input */
|
|
|
|
#define HAVE_MORSE_INPUT
|
|
|
|
|
2008-07-07 07:04:07 +00:00
|
|
|
#define AB_REPEAT_ENABLE 1
|
|
|
|
#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
|
|
|
|
|
2006-08-16 13:25:45 +00:00
|
|
|
/* define this if you have access to the pitchscreen */
|
|
|
|
#define HAVE_PITCHSCREEN
|
|
|
|
|
2005-06-22 23:24:45 +00:00
|
|
|
/* Define this if you have a software controlled poweroff */
|
|
|
|
#define HAVE_SW_POWEROFF
|
|
|
|
|
2005-06-27 21:23:03 +00:00
|
|
|
/* The number of bytes reserved for loadable plugins */
|
|
|
|
#define PLUGIN_BUFFER_SIZE 0x8000
|
|
|
|
|
2005-11-06 23:12:11 +00:00
|
|
|
/* Define this if you have a MAS3539F */
|
|
|
|
#define CONFIG_CODEC MAS3539F
|
|
|
|
|
2007-08-01 08:50:44 +00:00
|
|
|
/* define this if you have a flash memory storage */
|
|
|
|
#define HAVE_FLASH_STORAGE
|
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
|
2006-04-15 12:31:33 +00:00
|
|
|
#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
|
|
|
#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
|
2007-08-17 06:45:18 +00:00
|
|
|
|
|
|
|
/* define this if the unit should not shut down on low battery. */
|
|
|
|
#define NO_LOW_BATTERY_SHUTDOWN
|
2004-09-09 06:01:46 +00:00
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* define this if the unit can be powered or charged via USB */
|
|
|
|
#define HAVE_USB_POWER
|
|
|
|
|
2008-12-24 16:58:41 +00:00
|
|
|
/* define current usage levels */
|
|
|
|
#define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */
|
|
|
|
#define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */
|
|
|
|
#define CURRENT_BACKLIGHT 0 /* no backlight */
|
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* Define this if you have a SH7034 */
|
|
|
|
#define CONFIG_CPU SH7034
|
|
|
|
|
|
|
|
/* Define this to the CPU frequency */
|
|
|
|
#define CPU_FREQ 12000000
|
|
|
|
|
2004-09-09 06:01:46 +00:00
|
|
|
/* Offset ( in the firmware file's header ) to the file length */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_LENGTH 20
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 6
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 24
|
|
|
|
|
|
|
|
/* The start address index for ROM builds */
|
2005-08-30 05:40:05 +00:00
|
|
|
/* #define ROM_START 0x12010 for behind original Archos */
|
|
|
|
#define ROM_START 0x7010 /* for behind BootBox */
|
2004-09-09 06:01:46 +00:00
|
|
|
|
|
|
|
/* Define this if the display is mounted upside down */
|
|
|
|
#define HAVE_DISPLAY_FLIPPED
|
|
|
|
|
2004-09-10 07:24:00 +00:00
|
|
|
/* Define this for different I2C pinout */
|
2005-01-27 12:16:45 +00:00
|
|
|
#define CONFIG_I2C I2C_ONDIO
|
2004-09-10 15:41:40 +00:00
|
|
|
|
|
|
|
/* Define this for different ADC channel assignment */
|
|
|
|
#define HAVE_ONDIO_ADC
|
2004-09-11 03:48:05 +00:00
|
|
|
|
|
|
|
/* Define this for MMC support instead of ATA harddisk */
|
2008-10-31 21:25:04 +00:00
|
|
|
#define CONFIG_STORAGE STORAGE_MMC
|
2004-09-11 03:48:05 +00:00
|
|
|
|
2004-09-23 21:43:43 +00:00
|
|
|
/* Define this to support mounting FAT16 partitions */
|
|
|
|
#define HAVE_FAT16SUPPORT
|
|
|
|
|
2004-10-01 07:36:25 +00:00
|
|
|
/* Define this if the MAS SIBI line can be controlled via PB8 */
|
|
|
|
#define HAVE_MAS_SIBI_CONTROL
|
2004-09-16 14:36:08 +00:00
|
|
|
|
2009-03-08 16:48:08 +00:00
|
|
|
/* define this if more than one device/partition can be used */
|
2009-07-17 22:28:49 +00:00
|
|
|
#define HAVE_MULTIDRIVE
|
|
|
|
#define NUM_DRIVES 2
|
2009-03-08 16:48:08 +00:00
|
|
|
|
2005-01-28 23:02:05 +00:00
|
|
|
/* define this if media can be exchanged on the fly */
|
|
|
|
#define HAVE_HOTSWAP
|
|
|
|
|
2005-01-10 22:03:05 +00:00
|
|
|
#define CONFIG_LCD LCD_SSD1815
|
|
|
|
|
2005-09-02 15:05:35 +00:00
|
|
|
#define BOOTFILE_EXT "ajz"
|
|
|
|
#define BOOTFILE "ajbrec." BOOTFILE_EXT
|
2007-04-05 20:51:13 +00:00
|
|
|
#define BOOTDIR "/"
|
2005-03-31 08:47:02 +00:00
|
|
|
|
2007-11-18 13:33:27 +00:00
|
|
|
#define HAVE_LCD_CONTRAST
|
|
|
|
|
|
|
|
#define MIN_CONTRAST_SETTING 5
|
|
|
|
#define MAX_CONTRAST_SETTING 63
|
|
|
|
|