rockbox/firmware/export/config/sonynwze350.h
Amaury Pouly 127e6bbfdd Add support for the NWZ-E350
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
2017-09-17 23:47:49 +02:00

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"