menuconfig 配置
4 Dec 2024
Read time: 5 minute(s)
- 在 Luban-Lite 根目录下执行 scons --menuconfig,进入 menuconfig 的功能配置。
- 在 menuconfig
的功能配置界面,按如下选择,使能显示引擎驱动:
Board options ---> [*] Using Display Engine (DE)
- 根据 LCD 外设类型,选择显示接口。仅支持使能一个显示接口。例如,选择 Display LVDS interface:
Display Parameter ---> select Display interface (Display LVDS interface) --->
- 配置正确的 panel。
menuconfig
仅显示当前已使能的显示接口所支持的 panel。Display Parameter ---> Display Panels --->
Luban-Lite SDK 不仅为 RGB/ LVDS 等标准接口提供通用的 panel 驱动 ArtInChip simple panel,也为部分屏驱 IC 提供专用的 panel 驱动。ArtInChip simple panel 支持menuconfig
修改屏时序参数。Display Panels ---> ArtInChip Panel Drivers (ArtInChip simple panel) ---> display timing of simple panel --->
- 在 menuconfig 配置界面,选择下列背光方式之一,并配置相关背光参数:
- 选择 GPIO 方式控制背光:
- 使能 GPIO
控制背光。
Display Parameter ---> panel backlight control (gpio) --->
-
以字符串的形式指定 GPIO 引脚。背光 GPIO 引脚默认高电平有效。例如,设置背光 GPIO 引脚为 PE.19:
(PE.19) panel backlight enable pin [ ] panel backlight enable pin low active
- 使能 GPIO
控制背光。
- 选择 PWM 方式控制背光:
- 使能 PWM,选择 PWM 方式控制背光,配置 PWM 的通道和默认占空比 [0,
100]。
Board options ---> [*] Using PWM3
-
配置 PWM-BACKLIGHT
(pwm backlight channel) 3 (default brightness level) 80
- 使能 PWM,选择 PWM 方式控制背光,配置 PWM 的通道和默认占空比 [0,
100]。
- 选择 GPIO 方式控制背光:
- 配置下列显示引擎参数:
Display Parameter ---> select framebuffer format (argb8888) ---> [*] Support double framebuffer [*] Enable Display Dither
-
framebuffer format :framebuffer 的数据格式,默认 ARGB8888 32 位。
-
double framebuffer: 双 buffer 可避免屏幕撕裂,获得更好的显示效果。
-
Display Dither : 抖色,误差扩散,能让图像色彩渐变更平滑。
Display Dither 生效条件:
- 屏幕宽度小于显示引擎最大支持宽度,具体规格参考芯片手册。
- framebuffer bpp (bits per pixel) 大于显示接口输出的 bpp,例如 framebuffer 为 24/32 位 RGB 数据,显示接口输出 16/18 位 RGB 数据。
-
- 选择下列显示接口之一,并配置对应的显示接口参数。
- 选择 RGB 接口并配置 RGB 接口参数:
Display Parameter ---> select Display interface (Display RGB interface) ---> RGB interface options --->
- 选择 LVDS 接口并 配置 LVDS 接口参数
Display Parameter ---> select Display interface (Display LVDS interface) ---> LVDS interface options --->
- 选择 MIPI-DSI 接口,ArtInChip 平台不支持 menuconfig 配置 MIPI-DSI 参数。建议在 panel 驱动中使用 hardcode 的形式进行配置。
- 选择 MIPI-DBI 接口,ArtInChip 平台不支持 menuconfig 配置 MIPI-DBI 参数,建议在 panel 驱动中使用 hardcode 的形式进行配置。
- 选择 RGB 接口并配置 RGB 接口参数:
配置 RGB 接口参数
配置下列 RGB
接口参数:
RGB interface options --->
rgb mode (PRGB) --->
interface format (PRGB 16 BIT LD) --->
data order (RGB) --->
clock phase select (0 degree) --->
参数名称 | 描述 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rgb-mode | 设置 RGB 显示接口的输出模式,支持并行 RRGB 和串行 SRGB 两种模式。 | ||||||||||||||
interface-format | 设置 RGB 显示接口的输出格式,
|
||||||||||||||
data-order |
RGB 数据的输出顺序,R/G/B 三组信号可按任意顺序输出。 R/G/B 分量输出顺序
|
||||||||||||||
clock-phase |
Pixelclk 时钟相位选择,提供四种相位,允许时钟上升沿延后数据 0/90/180/270 度相位
|
||||||||||||||
data-mirror |
RGB 数据组内大小端输出,高低位互换。默认输出低位到高位 0 - 7,使能后输出 7 - 0。 |
配置 LVDS 接口参数
配置下列 LVDS 显示接口参数:
LVDS interface options --->
lvds mode (vesa-24) --->
lvds link mode (single link 1) --->
- LVDS mode:LVDS 模式设置,默认输出为 vesa-24 模式
表 2. LVDS 模式设置 LVDS mode strings 备注 NS “vesa-24” 默认值 JEIDA 8 bit “jeida-24” - JEIDA 6 bit “jeida-18” - - LVDS Link mode:LVDS Link 设置,默认配置 Single Link1 ,单 Link 输出,Link1 通道。
表 3. LVDS Link 模式设置 LVDS Link mode strings 备注 单 Link 模式 0 “single-link0” 单 Link 输出,输出选择 Link0 通道 单 Link 模式 1 “single-link1” 默认值。单 Link 输出,输出选择 Link1 通道 单 Link 模式 2 “double-screen” 单 Link 输出,Link0 和 Link1 同时输出,驱动双屏同显 双 Link 模式 “dual-link” Dual Link 输出,奇偶像素同时输出