I have buit a new NK.bin for my mini6410. The screen driver does not work. My board comes with the new H43 screen (not the N43). When I build with settings for N43 the screen screws up as soon as WinCE fisnishes booting. Below is settings for the N43 in options.h What settings are needed for the H43? #if defined(LCD_N43) #define LCD_WIDTH 480 #define LCD_HEIGHT 272 #define LCD_VBPD_VALUE 0x01 #define LCD_VFPD_VALUE 0x01 #define LCD_VSPW_VALUE 0x01 #define LCD_HBPD_VALUE 0x02 #define LCD_HFPD_VALUE 0x03 #define LCD_HSPW_VALUE 0x28 #define LCD_RGB_OUT_MODE DISP_16BIT_RGB565_P #define LCD_VCLK_POLARITY IVCLK_FALL_EDGE #define LCD_HSYNC_POLARITY IHSYNC_LOW_ACTIVE #define LCD_VSYNC_POLARITY IVSYNC_LOW_ACTIVE #define LCD_VDEN_POLARITY IVDEN_HIGH_ACTIVE #define LCD_PNR_MODE PNRMODE_RGB_P #define LCD_VCLK_SOURCE CLKSEL_F_LCDCLK #define LCD_VCLK_DIRECTION CLKDIR_DIVIDED #define LCD_FRAME_RATE 80 #define LCD_TFT_CLKVAL 9
Settings for H43 screen on Mini6410
Thanks for the reply Mindee. I found what I needed! I was using an older BSP that I downloaded online, when I installed the latest BSP the H43 screen was in the options.h