1. 显存更改:
1024x600x4x5 约需要12M FrameBuffer, 原来BSP中设置为8M,更改image_cfg.h
Config.bib
CAMERA_STILL 84600000 00600000 RESERVED ; 2048x1536 pixel(YUV420) Camera (OLD: 84A00000 - 00600000)
CMM 84C00000 02000000 RESERVED ; 32MB for CMM driver (OLD: 85000000 - 02000000)
DISPLAY 86C00000 00C00000 RESERVED ; 1024x600x4x4 + 1024x600x4, OLD: 800x480x4x4 + 800x480x4 (OLD: 87000000 - 00800000)
注册表:
"VidMemBase"=dword:26c00000 ; Old value is 27000000
"VidMemLen"=dword:C00000 ; 12MBytes for FrameBuffer, Old value is 8MBytes
当然,还有显卡驱动:
s5pc100_ldi.c