Mini2440 with 4.3 LCD

PhillipMorris
I bought this LCD 4.3 from here :
http://www.andahammer.com/mini43-sdk/

Can somebody please tell me what setting to use in options.h

//#define LCD_N35
//#define LCD_L80
#define LCD_T35
//#define LCD_A70
//#define LCD_VGA1024768

Is there a setting to change the default orientation of the screen ?


Thanks.

PhillipMorris
Anybody ?

This probably meens that no one used this screen or it it not supported by
mini2440 ?

open-nandra
Well if you post datasheet we can add support for you display. With current
setup your display will not work.

marekk

kaushal
This is the datasheet link:

http://www.sparkfun.com/datasheets/LCD/LCD-08335-1.pdf

I also require support for it( either this one or 'NEC 4.3" TFT LCD'
mentioned in the downloads page ).

Thanks a lot!!!

Marius
I am also interested in support for 4.3" touch screen.
There are a few places to look for:

in options.h you must add:
#elif defined(LCD_N43)
#define LCD_WIDTH 480
#define LCD_HEIGHT 272

in s3c2440a_lcd.h you must add:
#elif defined(LCD_N43)
#define LCD_PIXCLOCK ..

#define LCD_RIGHT_MARGIN ..
#define LCD_LEFT_MARGIN ..
#define LCD_HSYNC_LEN ..

#define LCD_UPPER_MARGIN ..
#define LCD_LOWER_MARGIN ..
#define LCD_VSYNC_LEN ..

in platform.reg:
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH on CalibrationData you must
modify or delete the current numbers.

What I did so far: copied from N35 to N43 settings in s3c2440a_lcd.h. Looks
ok but needs few adjustments, also calibration numbers are far from
correct. Building the nk.bin file takes some time but in time and if nobody
will work on it I will post here my results.

hassan
hi Marius,

can you tell me which nboot do you use for n43? or did you build a new
nboot for N43