127e6bbfdd
Strangely it has the SAME encryption key as the E450. Either they didn't bother changing it or more likely they have exactly the same internals and a slightly different case. Change-Id: I39ab88845b3e40db34160c2e61dde421f391df44
16 lines
312 B
C
16 lines
312 B
C
/*
|
|
* This config file is for the Sony NWZ-E350 series
|
|
*/
|
|
|
|
/* For Rolo and boot loader */
|
|
#define MODEL_NUMBER 109
|
|
|
|
#define MODEL_NAME "Sony NWZ-E350 Series"
|
|
|
|
/* LCD dimensions */
|
|
#define LCD_WIDTH 240
|
|
#define LCD_HEIGHT 320
|
|
/* sqrt(240^2 + 320^2) / 2 = 200 */
|
|
#define LCD_DPI 200
|
|
|
|
#include "sonynwzlinux.h"
|