22 lines
523 B
Plaintext
22 lines
523 B
Plaintext
if BSP_USING_LCD
|
|
config LCD_BUS_NAME
|
|
string "lcd bus name"
|
|
default "lcd"
|
|
config LCD_DRV_NAME
|
|
string "lcd bus driver name"
|
|
default "lcd_drv"
|
|
config LCD_DEVICE_NAME
|
|
string "lcd bus device name"
|
|
default "lcd_dev"
|
|
config LCD_BL_GPIO_PIN
|
|
int "BackLight pin number of rgb565 interface"
|
|
default 31
|
|
config BSP_LCD_X_MAX
|
|
int "LCD Height"
|
|
default 272
|
|
config BSP_LCD_Y_MAX
|
|
int "LCD Width"
|
|
default 480
|
|
|
|
endif
|