rockbox/firmware/export/config/sonynwzs750.h
Amaury Pouly 91d3c8e459 Add support for the Sony NWZ-S750
Change-Id: I9050129949809b3dbe9f4f9e816f8980c4f3a904
2017-09-17 14:35:58 +02:00

17 lines
313 B
C

/*
* This config file is for the Sony NWZ-S750 series
*/
/* For Rolo and boot loader */
#define MODEL_NUMBER 108
#define MODEL_NAME "Sony NWZ-S750 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"