We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a27e1 commit 6603903Copy full SHA for 6603903
bsp/stm32/stm32h750-artpi/board/port/lcd_port.h
@@ -13,19 +13,6 @@
13
14
/* atk 4.3 inch screen, 800 * 480 */
15
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
-};
29
30
#define LCD_WIDTH 800
31
#define LCD_HEIGHT 480
0 commit comments