Dear Sir :
friendlyARM 6410 可在 s3c_mini6410下 更改resolution。
請問Tiny 210 SDK 7" 搭配S70 or A70LCM能否調整 resolution 、back porch 等參數?
//------------------------------------------------------------------------------
#if defined(CONFIG_FB_S3C_EXT_TFT480272)
#define S3CFB_LCD_TYPE "N43"
#define S3CFB_VBP (0x03)
#define S3CFB_VFP (0x02)
#define S3CFB_VSW (0x02)
#define S3CFB_HBP (0x2d)
#define S3CFB_HFP (0x04)
#define S3CFB_HSW (0x06)
#define S3CFB_HRES 480
#define S3CFB_VRES 272
#define S3CFB_CLKVAL 11
#define S3CFB_VIDCON1 (S3C_VIDCON1_IVCLK_RISE_EDGE)
//------------------------------------------------------------------------------