File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
bsp/stm32/stm32h750-artpi/board/port Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments