summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sonynwze470.h
blob: 23fe74a0160f790adfbb8215c643ae4ec8c803a1 (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-E470 series
 */

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

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