forked from xuos/xiuos
18 lines
418 B
Plaintext
18 lines
418 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 BSP_LCD_X_MAX
|
|
int "LCD Height"
|
|
default 240
|
|
config BSP_LCD_Y_MAX
|
|
int "LCD Width"
|
|
default 320
|
|
endif
|