پاسخ : TFT LCD 3.2'' AND LPC1768 HEADER BOARD
چی شد پس یادتون رفت؟
نوشته اصلی توسط Reza Sede
void LCD_ShowNum(u8 x,u16 y,u32 num,u8 len,u8 size)
* Description: Show num (from 0 to 4294967295) * Arguments : (x ,y) The coordinate * num The value * len The number of num * size size (16 or 12) * Returns : None
void LCD_ShowNum(u8 x,u16 y,u32 num,u8 len,u8 size)
* Description: Show num (from 0 to 4294967295) * Arguments : (x ,y) The coordinate * num The value * len The number of num * size size (16 or 12) * Returns : None
unsigned char str[10];
sprintf(str,"%d",a);
دیدگاه