3a5ae7dd3a
Add original author to CREDITS Change-Id: I7a0159635c7896e2b5521c078ef62618f568d89e
16 lines
308 B
C
16 lines
308 B
C
/*
|
|
* This config file is for the Sony NW-A20 series
|
|
*/
|
|
|
|
/* For Rolo and boot loader */
|
|
#define MODEL_NUMBER 106
|
|
|
|
#define MODEL_NAME "Sony NW-A20 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"
|