Lpc3250 high-split screen settings

Source: Internet
Author: User
640x480, with sharp's 8-inch LCD test: 235 static struct clcd_panel conn_ LCD _panel_vga = {236. mode = {237. name = "VGA portrait", 238. refresh = 60,239. xres = 640,240. yres = 480,241. pixclock = 20000000, // @ 191828,242. left_margin = 2, // @ 4, // @ 4,243. right_margin = 2, // @ 8, // @ 4,244. upper_margin = 10,245. lower_margin = 1,246. hsync_len = 79, // 2,247. vsync_len= 23,248. sync = 0,249. vmode = fb_vmode_noninterlaced, 250}, 251. length =-1,252. width =-1,253. tim2 = (clcdc_lcdtiming2_ivs | clcdc_lcdtiming2_ihs), 254. cntl = (cntl_bgr | clcdc_lcdctrl_tft | cntl_lcdvcomp (1) | 255 clcdc_lcdctrl_bpp16_565), 256. bpp = 16,257}; 258 // # define panel_size (12 * sz_64k) 1024x768 @ 48Hz, using LG's 17-inch LCD test: 260 static struct clcd_panel conn_ LCD _panel = {261. mode = {262. name = "xvga portrait", 263. refresh = 55,264. xres = 1024,265. yres = 768,266. pixclock = 28828, // @ 15828,267. left_margin = 123, // 80, // @ 63,268. right_margin = 60, // @ 40, // @ 30, // @ 20269. upper_margin = 1, /// @ 1,270. lower_margin = 1, // @ 1,271. hsync_len = 147, // @ 130, // @ 123,272. vsync_len = 23, /// @ 63,273. sync = 1, /// @ 1,274. vmode = fb_vmode_noninterlaced, 275}, 276. length =-1,277. width =-1,278. tim2 = (clcdc_lcdtiming2_ivs | clcdc_lcdtiming2_ihs | clcdc_lcdtiming2_ipc), 279. cntl = (cntl_bgr | clcdc_lcdctrl_tft | cntl_lcdvcomp (1) | 280 clcdc_lcdctrl_bpp16_565), 281. bpp = 16,282}; 283 # define panel_size (1024*768*2) // (80 * sz_64k) Create WVGA screen 279 static struct clcd_panel conn_ LCD _panel = {280. mode = {281. name = "qvga portrait", 282. refresh = 60,283. xres = 800,284. yres = 480,285. pixclock = 91828,286. left_margin = 42,287. right_margin = 2,288. upper_margin = 22,289. lower_margin = 0,290. hsync_len= 5,291. vsync_len= 2,292. sync = 0,293. vmode = fb_vmode_noninterlaced, 294}, 295. length =-1,296. width =-1,297. tim2 = (clcdc_lcdtiming2_ivs | clcdc_lcdtiming2_ihs), 298. cntl = (cntl_bgr | clcdc_lcdctrl_tft | cntl_lcdvcomp (1) | 299 clcdc_lcdctrl_bpp16_565), 300. bpp = 16,301}; 302 # define panel_size (15 * sz_64k)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.