完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
问题:怎么把res,用在这个显示程序上面,让他显示res里的数据。 串口部分程序用的是原子哥的,定义一个uint16_t res;res=USART_ReceiveData(USART1);这样写的。OLED显示程序是这样的: void OLED_ShowStr(unsigned char x, unsigned char y, unsigned char ch[], unsigned char TextSize) { unsigned char c = 0,i = 0,j = 0; switch(TextSize) { case 1: { while(ch[j] != ' |