edited sysconfig.h for my player screen size
Quote:
#define MAX_Module 11
#else
#define MAX_Module 10
#endif
//LCD 宽度和高度.
//#define LCD_W 320
//#define LCD_H 240//knob
#define LCD_W 400
#define LCD_H 240
/*--------------------------------------------------*/
/*--------------------------------------------------*/
// 6 M,视频 BUFFER,和 系统复用.
#if (ROCK_CAMERA == 0)
|
Added 24 400x240 startup .bmps and a set of 400x240 background skins, generated a new BMP0.bin
recompiled a new rk27dll.dll
and it works out ok on the simulator, now 400x240 btw

There are loads of screen drivers, but how to find the right one for my player?
There is object code for a gameboy emulator, drivers for 2 types of wolfson audio chip and touch screen control driver.
It looks like there is everything needed to make a firmware for just about any RK27xx series player - it just needs sorting though.
I think as soon as I can find the right screen driver it will be as easy as pie!