• 2022-06-17
    以下能实现显示字符串的函数是?
    A: void LCD_ShowxNum(u16 x,u16 y,u32 num,u8 len,u8 size,u8 mode)
    B: void LCD_ShowString(u16 x,u16 y,u16 width,u16 height,u8 size,u8 *p)
    C: void LCD_ShowNum(u16 x,u16 y,u32 num,u8 len,u8 size)
    D: void LCD_ShowChar(u16 x,u16 y,u8 num,u8 size,u8 mode)