LCD屏(I80接口)ASCII字符显示基于战舰V3开发板(STM32ZET6)实现
1、准备字库: ASCII字库 24*16 横向扫描 /* ASCII Table: each character is 16 column (16dots large) and 24 raw (24 dots high) */ const uint16_t ASCII_Table[] = { /* Space...