搜索资源列表
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS fo
song
- 利用蜂鳴器播放設定的音樂 只要將需要的音樂轉成數字即可,code char music為譜, 第一個值代表音調,第二個值代表要持續多久-Buzzer play set music as long as the music of the need to turn into digital can, code char music for the spectrum, a value representative of the tone, the second value represents las
RingFIFO
- 循环缓冲区,做的所有项目都是调用这个RingBuf,可靠程度较高,缓冲区元素长度可自由设置为char、long、struct等-Loop buffer, do all the projects are called the RingBuf, a higher degree of reliability, the buffer element length can be freely set to char, long, struct, etc.