mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add support for the NWZ-A860
Change-Id: Ibf0c5168ac31d4ba2aeaa86cbeca37a1011b75fa
This commit is contained in:
parent
f22ccabac3
commit
ac57f96838
10 changed files with 419 additions and 10 deletions
24
firmware/export/config/sonynwza860.h
Normal file
24
firmware/export/config/sonynwza860.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* This config file is for the Sony NWZ-A860 series
|
||||
*/
|
||||
|
||||
/* For Rolo and boot loader */
|
||||
#define MODEL_NUMBER 107
|
||||
|
||||
#define MODEL_NAME "Sony NWZ-A860 Series"
|
||||
|
||||
/* LCD dimensions */
|
||||
#define LCD_WIDTH 240
|
||||
#define LCD_HEIGHT 400
|
||||
/* sqrt(240^2 + 400^2) / 2.8 = 166 */
|
||||
#define LCD_DPI 166
|
||||
|
||||
/* this device has a touchscreen */
|
||||
#define HAVE_TOUCHSCREEN
|
||||
#define HAVE_BUTTON_DATA
|
||||
|
||||
#include "sonynwzlinux.h"
|
||||
|
||||
/* override keypad */
|
||||
#undef CONFIG_KEYPAD
|
||||
#define CONFIG_KEYPAD SONY_NWZA860_PAD
|
||||
Loading…
Add table
Add a link
Reference in a new issue