软件SPI可以驱动屏幕
This commit is contained in:
10
STM32F103C8T6/Drivers/BSP/LCD/lcd_data.h
Normal file
10
STM32F103C8T6/Drivers/BSP/LCD/lcd_data.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __LCD_DATA_H_
|
||||
#define __LCD_DATA_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/*ASCII字模数据声明*/
|
||||
extern const uint8_t LCD_F8x16[][16];
|
||||
extern const uint8_t LCD_F6x8[][6];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user