add lcd driver for xidatong
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user