From d8e64af93cdfe8da569a0785779df4d1392ddc02 Mon Sep 17 00:00:00 2001 From: 4444x <1364421550@qq.com> Date: Thu, 16 Oct 2025 21:41:11 +0800 Subject: [PATCH] [bsp][stm32]:fix-artpi-lcd --- bsp/stm32/stm32h750-artpi/board/port/lcd_port.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bsp/stm32/stm32h750-artpi/board/port/lcd_port.h b/bsp/stm32/stm32h750-artpi/board/port/lcd_port.h index 02fd3304fff..e2a46aa1e7a 100644 --- a/bsp/stm32/stm32h750-artpi/board/port/lcd_port.h +++ b/bsp/stm32/stm32h750-artpi/board/port/lcd_port.h @@ -13,19 +13,6 @@ /* atk 4.3 inch screen, 800 * 480 */ -struct drv_lcd_device -{ - struct rt_device parent; - - struct rt_device_graphic_info lcd_info; - - struct rt_semaphore lcd_lock; - - /* 0:front_buf is being used 1: back_buf is being used*/ - rt_uint8_t cur_buf; - rt_uint8_t *front_buf; - rt_uint8_t *back_buf; -}; #define LCD_WIDTH 800 #define LCD_HEIGHT 480