rockbox/firmware/export/config/sonynwze350.h

17 lines
312 B
C
Raw Normal View History

/*
* 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"