【A40I-LVDS】

双路LVDS配置–京东方N70


在这里插入图片描述
;----------------------------------------------------------------------------------
;disp init configuration
;
;disp_mode (0:screen0<screen0,fb0>)
;screenx_output_type (0:none; 1:lcd; 3:hdmi;)
;screenx_output_mode (used for hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50)
; (5:720p60 6:1080i50 7:1080i60 8:1080p24 9:1080p50 10:1080p60)
;fbx format (4:RGB655 5:RGB565 6:RGB556 7:ARGB1555 8:RGBA5551 9:RGB888 10:ARGB8888 12:ARGB4444)
;fbx pixel sequence (0:ARGB 1:BGRA 2:ABGR 3:RGBA)
;fb0_scaler_mode_enable(scaler mode enable, used FE)
;fbx_width,fbx_height (framebuffer horizontal/vertical pixels, fix to output resolution while equal 0)
;lcdx_backlight (lcd init backlight,the range:[0,256],default:197
;lcdx_yy (lcd init screen bright/contrast/saturation/hue, value:0~100, default:50/50/57/50)
;lcd0_contrast (LCD contrast, 0~100)
;lcd0_saturation (LCD saturation, 0~100)
;lcd0_hue (LCD hue, 0~100)
;----------------------------------------------------------------------------------
[disp]
disp_init_enable = 1
disp_mode = 0

screen0_output_type = 1
screen0_output_mode = 10

screen1_output_type = 1
screen1_output_mode = 4

fb0_format = 0
fb0_width = 0
fb0_height = 0

fb1_format = 0
fb1_width = 0
fb1_height = 0

lcd0_backlight = 50
lcd1_backlight = 50

lcd0_bright = 50
lcd0_contrast = 50
lcd0_saturation = 57
lcd0_hue = 50

lcd1_bright = 50
lcd1_contrast = 50
lcd1_saturation = 57
lcd1_hue = 50

;----------------------------------------------------------------------------------

;----------------------------------------------------------------------------------
;lcd0 configuration

;lcd_if: 0:hv(sync+de); 1:8080; 2:ttl; 3:lvds; 4:dsi; 5:edp; 6:extend dsi
;lcd_x: lcd horizontal resolution
;lcd_y: lcd vertical resolution
;lcd_width: width of lcd in mm
;lcd_height: height of lcd in mm
;lcd_dclk_freq: in MHZ unit
;lcd_pwm_freq: in HZ unit
;lcd_pwm_pol: lcd backlight PWM polarity
;lcd_pwm_max_limit lcd backlight PWM max limit(<=255)
;lcd_hbp: hsync back porch
;lcd_ht: hsync total cycle
;lcd_vbp: vsync back porch
;lcd_vt: vysnc total cycle
;lcd_hspw: hsync plus width
;lcd_vspw: vysnc plus width
;lcd_lvds_if: 0:single link; 1:dual link
;lcd_lvds_colordepth: 0:8bit; 1:6bit
;lcd_lvds_mode: 0:NS mode; 1:JEIDA mode
;lcd_frm: 0:disable; 1:enable rgb666 dither; 2:enable rgb656 dither
;lcd_io_phase: 0:noraml; 1:intert phase(0~3bit: vsync phase; 4~7bit:hsync phase;
; 8~11bit:dclk phase; 12~15bit:de phase)
;lcd_gamma_en lcd gamma correction enable
;lcd_bright_curve_en lcd bright curve correction enable
;lcd_cmap_en lcd color map function enable
;deu_mode 0:smoll lcd screen; 1:large lcd screen(larger than 10inch)
;lcdgamma4iep: Smart Backlight parameter, lcd gamma vale * 10;
; decrease it while lcd is not bright enough; increase while lcd is too bright
;smart_color 90:normal lcd screen 65:retina lcd screen(9.7inch)
;----------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------------------------
;[lcd0]
;lcd_used = 1

;lcd_driver_name = “default_lcd”
;lcd_backlight = 255
;lcd_if = 3
;lcd_x = 1280
;lcd_y = 800
;lcd_width =
;lcd_height =
;lcd_dclk_freq = 71
;lcd_pwm_used = 1
;lcd_pwm_ch = 0
;lcd_pwm_freq = 50000
;lcd_pwm_pol = 0
;lcd_pwm_max_limit = 255
;lcd_hbp = 40
;lcd_ht = 1440
;lcd_hspw = 80
;lcd_vbp = 10
;lcd_vt = 823
;lcd_vspw = 10
;lcd_lvds_if = 0
;lcd_lvds_colordepth = 0
;lcd_lvds_mode = 0
;lcd_frm = 1
;lcd_hv_clk_phase = 0
;lcd_hv_sync_polarity= 0
;lcd_gamma_en = 0
;lcd_bright_curve_en = 0
;lcd_cmap_en = 0

;deu_mode = 0
;lcdgamma4iep = 22
;smart_color = 90

;lcd_bl_en = port:PB09<1><0><1>
;lcd_power = “vcc-lcd”
;lcdd0 = port:PD00<3><0>
;lcdd1 = port:PD01<3><0>
;lcdd2 = port:PD02<3><0>
;lcdd3 = port:PD03<3><0>
;lcdd4 = port:PD04<3><0>
;lcdd5 = port:PD05<3><0>
;lcdd6 = port:PD06<3><0>
;lcdd7 = port:PD07<3><0>
;lcdd8 = port:PD08<3><0>
;lcdd9 = port:PD09<3><0>
;---------------------------------------------------------------------------------
;lcdd10 = port:PD10<2><0>
;lcdd11 = port:PD11<2><0>
;lcdd12 = port:PD12<2><0>
;lcdd13 = port:PD13<2><0>
;lcdd14 = port:PD14<2><0>
;lcdd15 = port:PD15<2><0>
;lcdd16 = port:PD16<2><0>
;lcdd17 = port:PD17<2><0>
;lcdd18 = port:PD18<2><0>
;lcdd19 = port:PD19<2><0>
;lcdd20 = port:PD20<2><0>
;lcdd21 = port:PD21<2><0>
;lcdd22 = port:PD22<2><0>
;lcdd23 = port:PD23<2><0>
;lcdclk = port:PD24<2><0>
;lcdde = port:PD25<2><0>
;lcdhsync = port:PD26<2><0>
;lcdvsync = port:PD27<2><0>
;----------------------------------------------------------------------
;[lcd0_suspend]
;lcdd0 = port:PD00<7><0>
;lcdd1 = port:PD01<7><0>
;lcdd2 = port:PD02<7><0>
;lcdd3 = port:PD03<7><0>
;lcdd4 = port:PD04<7><0>
;lcdd5 = port:PD05<7><0>
;lcdd6 = port:PD06<7><0>
;lcdd7 = port:PD07<7><0>
;lcdd8 = port:PD08<7><0>
;lcdd9 = port:PD09<7><0>
;-----------------------------------------------------------------------
;lcdd10 = port:PD10<7><0>
;lcdd11 = port:PD11<7><0>
;lcdd12 = port:PD12<7><0>
;lcdd13 = port:PD13<7><0>
;lcdd14 = port:PD14<7><0>
;lcdd15 = port:PD15<7><0>
;lcdd16 = port:PD16<7><0>
;lcdd17 = port:PD17<7><0>
;lcdd18 = port:PD18<7><0>
;lcdd19 = port:PD19<7><0>
;lcdd20 = port:PD20<7><0>
;lcdd21 = port:PD21<7><0>
;lcdd22 = port:PD22<7><0>
;lcdd23 = port:PD23<7><0>
;lcdclk = port:PD24<7><0>
;lcdde = port:PD25<7><0>
;lcdhsync = port:PD26<7><0>
;lcdvsync = port:PD27<7><0>
;#################################################################################################3
[lcd0]
lcd_used = 1
lcd_driver_name = “default_lcd”

lcd_backlight = 100
lcd_if = 3
lcd_x = 1920
lcd_y = 1080
lcd_width =
lcd_height =
lcd_dclk_freq = 148
lcd_pwm_used = 1
lcd_pwm_ch = 0
lcd_pwm_freq = 5000
lcd_pwm_pol = 1
lcd_pwm_max_limit = 255
;LCD行后沿时间
lcd_hbp = 20
;LCD行时间11002
lcd_ht = 2200
;LCD行同步脉宽
lcd_hspw = 10
;LCD场后沿时间
lcd_vbp = 10
;LCD场时间1125
2
lcd_vt = 1125
;LCD场同步脉宽
lcd_vspw = 5
lcd_lvds_if = 1
lcd_lvds_colordepth = 0
lcd_lvds_mode = 0
lcd_frm = 2
lcd_hv_clk_phase = 0
lcd_hv_sync_polarity= 0
lcd_gamma_en = 0
lcd_bright_curve_en = 0
lcd_cmap_en = 0

;deu_mode = 1
;lcdgamma4iep = 22
;smart_color = 90

;LCD-BL-EN
lcd_bl_en = port:PB09<1><0><1>
lcd_bl_en_power = “none”
lcd_power = “vcc-lcd”
;LCD-EN
;lcd_gpio_0 = port:PB03<1><0><1>
;LCD-RST
;lcd_gpio_1 = port:PB04<1><1><1>
;lcd_pin_power = “vcc-pd”
lcdd0 = port:PD00<3><0>
lcdd1 = port:PD01<3><0>
lcdd2 = port:PD02<3><0>
lcdd3 = port:PD03<3><0>
lcdd4 = port:PD04<3><0>
lcdd5 = port:PD05<3><0>
lcdd6 = port:PD06<3><0>
lcdd7 = port:PD07<3><0>
lcdd8 = port:PD08<3><0>
lcdd9 = port:PD09<3><0>
lcdd10 = port:PD10<3><0>
lcdd11 = port:PD11<3><0>
lcdd12 = port:PD12<3><0>
lcdd13 = port:PD13<3><0>
lcdd14 = port:PD14<3><0>
lcdd15 = port:PD15<3><0>
lcdd16 = port:PD16<3><0>
lcdd17 = port:PD17<3><0>
lcdd18 = port:PD18<3><0>
lcdd19 = port:PD19<3><0>
lcd_pin_power = “vcc-pd”
[lcd0_suspend]
lcdd0 = port:PD00<7><0>
lcdd1 = port:PD01<7><0>
lcdd2 = port:PD02<7><0>
lcdd3 = port:PD03<7><0>
lcdd4 = port:PD04<7><0>
lcdd5 = port:PD05<7><0>
lcdd6 = port:PD06<7><0>
lcdd7 = port:PD07<7><0>
lcdd8 = port:PD08<7><0>
lcdd9 = port:PD09<7><0>
lcdd10 = port:PD10<7><0>
lcdd11 = port:PD11<7><0>
lcdd12 = port:PD12<7><0>
lcdd13 = port:PD13<7><0>
lcdd14 = port:PD14<7><0>
lcdd15 = port:PD15<7><0>
lcdd16 = port:PD16<7><0>
lcdd17 = port:PD17<7><0>
lcdd18 = port:PD18<7><0>
lcdd19 = port:PD19<7><0>
;#################################################################################################
;----------------------------------------------------------------------------------
;pwm config
;----------------------------------------------------------------------------------
[pwm0]
pwm_used = 1
pwm_positive = port:PB2<3><0>
[pwm0_suspend]
pwm_positive = port:PB2<7><0>

</article>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: a40i-linuxsdk是一个用于开发人脸识别系统的软件开发工具包。以下是对a40i-linuxsdk使用手册的回答: a40i-linuxsdk使用手册提供了关于如何使用a40i-linuxsdk的详细指导。手册中包含了安装、配置、编译和运行a40i-linuxsdk所需的步骤和说明。 首先,手册介绍了如何下载和安装a40i-linuxsdk。它提供了下载链接和安装指南,让用户能够迅速将a40i-linuxsdk部署到自己的开发环境中。 接下来,手册详细解释了如何配置a40i-linuxsdk。配置过程包括设置开发环境变量、添加所需的依赖项和库文件等。手册提供了清晰的步骤和示例,让用户能够轻松完成配置工作。 然后,手册介绍了如何编译和构建使用a40i-linuxsdk的应用程序。它提供了编译的指令和示例代码,帮助用户理解如何将a40i-linuxsdk集成到自己的项目中。 最后,手册讲解了如何运行a40i-linuxsdk开发的应用程序。它提供了启动应用程序的命令和参数的解释,帮助用户正确地运行和调试他们的应用程序。 总之,a40i-linuxsdk使用手册是一个详细的指南,提供了使用a40i-linuxsdk进行开发的全面支持。无论是初学者还是有经验的开发人员,都能从手册中获得所需的信息和指导,快速上手a40i-linuxsdk开发。 ### 回答2: a40i-linuxsdk是一种提供给开发者使用的软件开发工具包,用于开发基于Linux操作系统的应用程序。下面是关于如何使用a40i-linuxsdk的简要说明: 1. 下载和安装:首先,您需要从官方网站或其他可靠渠道下载a40i-linuxsdk软件包。然后,按照提供的安装指南进行安装。确保您的计算机符合所需的操作系统和硬件要求。 2. 环境设置:安装完成后,您需要设置适当的开发环境。这可能涉及设置路径变量、配置编译器和构建工具,以及安装其他必要的依赖项。阅读提供的环境设置指南以获得详细说明。 3. API文档和示例:查阅提供的API文档,了解可用的函数、类和方法,以及如何使用它们。如果有提供示例代码,建议您将其下载并尝试运行,以便更好地理解SDK的功能和用法。 4. 开发应用程序:现在,您可以开始编写自己的应用程序了。使用SDK提供的功能和工具,根据自己的需求来开发您的应用。您可以调用相应的API函数、处理事件、进行数据交互等等。 5. 调试和测试:在编写和构建应用程序的过程中,可能会出现一些错误或问题。通过使用SDK提供的调试工具和日志功能,可以帮助您找出并解决这些问题。测试您的应用程序以确保其在不同的情况下正常运行。 6. 发布应用程序:当您完成应用程序的开发、调试和测试后,您可以将其部署到目标设备上。按照提供的部署指南进行操作,将应用程序转移到目标设备上,并确保其能够正确运行。 总之,a40i-linuxsdk是一个提供开发工具和资源的软件开发工具包,可以帮助开发者在Linux操作系统上构建应用程序。通过阅读手册、查阅API文档和示例,开发者可以快速上手并使用该SDK进行应用程序开发。 ### 回答3: a40i-linuxsdk使用手册是一本详细介绍a40i-linuxsdk使用方法和指导的手册。它包含了以下几个方面的内容: 1. 安装指南:手册中会详细介绍如何在不同的操作系统上安装a40i-linuxsdk,并提供相应的安装包和命令。 2. 系统配置:手册会指导用户如何配置a40i-linuxsdk的系统环境,包括操作系统版本、依赖库、驱动程序等。 3. SDK基础:手册会介绍a40i-linuxsdk的基本概念、目录结构和核心组件,帮助用户快速了解整个开发框架。 4. API文档:手册会提供完整的API文档,详细说明每个API的功能、参数和调用方法,并提供示例代码供参考。 5. 开发示例:手册中会提供一些常见的开发示例,涵盖图像处理、声音处理、人脸识别等领域,帮助用户快速上手并实现自己的应用。 6. 故障排除:手册中会列举一些常见的问题和解决方法,帮助用户在开发过程中遇到问题时进行自助排查。 总之,a40i-linuxsdk使用手册是一本非常实用的参考资料,对于初学者帮助其快速上手并进行应用开发,对于有经验的开发者则提供了全面的文档和示例,为他们的开发工作提供支持和便利。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值