Skip to content

Commit bcb76f6

Browse files
committed
fix-artpi-lcd
1 parent 35672cd commit bcb76f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

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

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

16-
struct drv_lcd_device
17-
{
18-
struct rt_device parent;
16+
//struct drv_lcd_device
17+
//{
18+
// struct rt_device parent;
1919

20-
struct rt_device_graphic_info lcd_info;
20+
// struct rt_device_graphic_info lcd_info;
2121

22-
struct rt_semaphore lcd_lock;
22+
// struct rt_semaphore lcd_lock;
2323

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-
};
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+
//};
2929

3030
#define LCD_WIDTH 800
3131
#define LCD_HEIGHT 480

0 commit comments

Comments
 (0)