Skip to content

Commit 6603903

Browse files
ruanqiuqiuRbb666
authored andcommitted
[bsp][stm32]:fix-artpi-lcd
1 parent 68a27e1 commit 6603903

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

bsp/stm32/stm32h750-artpi/board/port/lcd_port.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313

1414
/* atk 4.3 inch screen, 800 * 480 */
1515

16-
struct drv_lcd_device
17-
{
18-
struct rt_device parent;
19-
20-
struct rt_device_graphic_info lcd_info;
21-
22-
struct rt_semaphore lcd_lock;
23-
24-
/* 0:front_buf is being used 1: back_buf is being used*/
25-
rt_uint8_t cur_buf;
26-
rt_uint8_t *front_buf;
27-
rt_uint8_t *back_buf;
28-
};
2916

3017
#define LCD_WIDTH 800
3118
#define LCD_HEIGHT 480

0 commit comments

Comments
 (0)