6a94f1e995
Change-Id: I7eb8efb0986a395d5ffbcc06a54bb680e0b59e9d
18 lines
329 B
C
18 lines
329 B
C
/*
|
|
* This config file is for the Sony NW-A10 series
|
|
*/
|
|
|
|
/* For Rolo and boot loader */
|
|
#define MODEL_NUMBER 104
|
|
|
|
#define MODEL_NAME "Sony NWZ-A10 Series"
|
|
|
|
/* LCD dimensions */
|
|
#define LCD_WIDTH 240
|
|
#define LCD_HEIGHT 320
|
|
/* sqrt(240^2 + 320^2) / 2 = 200 */
|
|
#define LCD_DPI 200
|
|
|
|
#define NWZ_HAS_SD
|
|
|
|
#include "sonynwzlinux.h"
|