[bsp][qemu]修复qemu-a9使能lcd缺失依赖问题.

This commit is contained in:
Rbb666 2024-07-07 11:30:27 +08:00 committed by Meco Man
parent d266ed6c43
commit b171877139
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ endif
config BSP_DRV_CLCD
bool "CLCD driver"
select RT_USING_LCD
default n
config BSP_DRV_MOUSE

View File

@ -11,6 +11,7 @@
#define DRV_CLCD_H__
#include <rtthread.h>
#include <rtdevice.h>
#ifndef BSP_LCD_WIDTH
#define BSP_LCD_WIDTH 640