From b171877139c63db6346b00b33c09f5a5651dbd25 Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Sun, 7 Jul 2024 11:30:27 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][qemu]=E4=BF=AE=E5=A4=8Dqemu-a9=E4=BD=BF?= =?UTF-8?q?=E8=83=BDlcd=E7=BC=BA=E5=A4=B1=E4=BE=9D=E8=B5=96=E9=97=AE?= =?UTF-8?q?=E9=A2=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/qemu-vexpress-a9/drivers/Kconfig | 1 + bsp/qemu-vexpress-a9/drivers/drv_clcd.h | 1 + 2 files changed, 2 insertions(+) diff --git a/bsp/qemu-vexpress-a9/drivers/Kconfig b/bsp/qemu-vexpress-a9/drivers/Kconfig index 6d5d31c775..8fcbf1c0fe 100644 --- a/bsp/qemu-vexpress-a9/drivers/Kconfig +++ b/bsp/qemu-vexpress-a9/drivers/Kconfig @@ -35,6 +35,7 @@ endif config BSP_DRV_CLCD bool "CLCD driver" + select RT_USING_LCD default n config BSP_DRV_MOUSE diff --git a/bsp/qemu-vexpress-a9/drivers/drv_clcd.h b/bsp/qemu-vexpress-a9/drivers/drv_clcd.h index e6a670e5f2..78eb32c0ae 100644 --- a/bsp/qemu-vexpress-a9/drivers/drv_clcd.h +++ b/bsp/qemu-vexpress-a9/drivers/drv_clcd.h @@ -11,6 +11,7 @@ #define DRV_CLCD_H__ #include +#include #ifndef BSP_LCD_WIDTH #define BSP_LCD_WIDTH 640