summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sonynwze460.h
blob: 4f2bc8c69841d9155c87b1ba8ceba47a82dfd192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This config file is for the Sony NWZ-E460 series
 */

/* For Rolo and boot loader */
#define MODEL_NUMBER 101

#define MODEL_NAME   "Sony NWZ-E460 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"