Skip to content

Commit

Permalink
[bsp][qemu]修复qemu-a9使能lcd缺失依赖问题.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbb666 authored and mysterywolf committed Jul 7, 2024
1 parent d266ed6 commit b171877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bsp/qemu-vexpress-a9/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ endif

config BSP_DRV_CLCD
bool "CLCD driver"
select RT_USING_LCD
default n

config BSP_DRV_MOUSE
Expand Down
1 change: 1 addition & 0 deletions bsp/qemu-vexpress-a9/drivers/drv_clcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define DRV_CLCD_H__

#include <rtthread.h>
#include <rtdevice.h>

#ifndef BSP_LCD_WIDTH
#define BSP_LCD_WIDTH 640
Expand Down

0 comments on commit b171877

Please sign in to comment.