#include "./Inc/d.C"
以下为全局变量
volatile unsigned char *W_TextUn[10];
volatile unsigned short int W_MTCY[10]={5,40,75,110,145,180,215,250,285,320}
volatile unsigned char BMKSize=10;
volatile unsigned char CT=10;
W_TextUn[0]="Sa";
W_TextUn[1]="SB";
W_TextUn[2]="SC";
W_TextUn[3]="SD";
W_TextUn[4]="Fa";
W_TextUn[5]="FB";
W_TextUn[6]="FC";
W_TextUn[7]="FD";
#include "./Inc/s.C"
for(CT=0U;CT<BMKSize;CT++)
{
POINT_COLOR=BRED; //深红色
Show_Str(10,W_MTCY[CT],200,24,(uint8_t*)W_TextUn[CT],24,0U);
}
在S.C中
实验:
阿波罗STM32F429IGT开发板 平台
为什么只能显示6行字符
|