软件SPI可以驱动屏幕

This commit is contained in:
2026-07-14 14:44:07 +08:00
parent 3577003fb6
commit 0a5c478a42
53 changed files with 9354 additions and 87 deletions

View 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