91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 71.79MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2023-01-24
  • 語言: 其他
  • 標簽: stm32??WM8978??FATFS??

資源簡介

基于STM32的音樂播放器設備 器件: ①STM32F407主控板; ②1.44st7735全彩顯示屏,內含資料; ③音頻解碼模塊--WM8978,內含資料; ④SD卡,存放音頻文件; ⑤喇叭,播放音頻文件; ⑥按鍵,音量加減,上一首,下一首。 功能: ①把音頻文件加入SD卡,不管里面放的是圖片還是文本啥的,設備會自動識別索引; ②實現上一首,下一首,音樂清晰播放; ③實現音量加減; ④實現顯示歌曲名字,歌手名字; ⑤實現總曲目數,當前播放的曲目數; ⑥實現歌曲播放進度,是以進度條方式顯示,不是時間顯示哈。

資源截圖

代碼片段和文件信息

#include?
#include?
#include?
#include?
#include?
/*?
程序默認IO連接方式:
sbit?LCD_CS?????=P0^0;?????//片選
sbit?LCD_AO?????=P0^2; ??//數據/命令切換
sbit?LCD_SDA????=P1^5; ??//數據
sbit?LCD_SCK????=P1^7; ??//時鐘
sbit?LCD_REST???=P0^1; ??//復位??
*/?
void?xianshi()//顯示信息
{???
BACK_COLOR=WHITE;
POINT_COLOR=RED;
showhanzi(1000);??//晶
showhanzi(4501);??//耀
????LCD_ShowString(1030“1.44?inch?TFT?128*128“);
}
void?showimage()?//顯示40*40圖片
{
?? int?ijk;
xianshi();?//顯示信息
for(k=2;k<4;k++)
{
??? for(j=0;j<3;j++)
{
Address_set(40*j40*k40*j+3940*k+39); //坐標設置
????for(i=0;i<1600;i++)
?{
?? ?LCD_WR_DATA8(image[i*2+1]); ?//發送顏色數據
?LCD_WR_DATA8(image[i*2]);
?}
?}
}

}
main()
{?
Lcd_Init();???//tft初始化
LCD_Clear(WHITE);?//清屏
BACK_COLOR=BLACK;;POINT_COLOR=WHITE;?
????showimage();?//顯示40*40圖片

while(1)
{
?
// Lcd_Init();???//tft初始化
// LCD_Clear(WHITE);?//清屏
// BACK_COLOR=BLACK;;POINT_COLOR=WHITE;?
?//??showimage();?//顯示40*40圖片
// delayms(2000);
????}


}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????401??2017-03-19?12:42??音樂播放器設計源碼\keilkill.bat

?????文件?????940127??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h

?????文件???????2235??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h

?????文件??????25819??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f401xx.s

?????文件??????29696??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s

?????文件??????29607??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40_41xxx.s

?????文件??????19189??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f410xx.s

?????文件??????26519??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f411xe.s

?????文件??????21484??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f412xg.s

?????文件??????23401??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f413_423xx.s

?????文件??????31056??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f427x.s

?????文件??????30981??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f427_437xx.s

?????文件??????31136??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429_439xx.s

?????文件??????22148??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f446xx.s

?????文件??????30929??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f469_479xx.s

?????文件????????135??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\說明.txt

?????文件??????61020??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c

?????文件????????141??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\說明.txt

?????文件???????7253??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\arm_common_tables.h

?????文件???????3942??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\arm_const_structs.h

?????文件?????252177??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\arm_math.h

?????文件??????36181??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cm0.h

?????文件??????43812??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cm0plus.h

?????文件?????103865??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cm3.h

?????文件?????114403??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cm4.h

?????文件?????138654??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cm7.h

?????文件??????18323??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cmFunc.h

?????文件??????27908??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cmInstr.h

?????文件??????22947??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_cmSimd.h

?????文件??????44330??2017-03-19?12:42??音樂播放器設計源碼\Libraries\CMSIS\Include\core_sc000.h

............此處省略496個文件信息

評論

共有 條評論