Shop OBEX P1 Docs P2 Docs Learn Events
An MP3 Player with Color Display — Parallax Forums

An MP3 Player with Color Display

MikerocontrollerMikerocontroller Posts: 310
edited 2008-11-30 13:02 in General Discussion
· I'm thinking about building an MP3 player using the Vmusic2 module and a uOLED-128 display.· The·microcontroller will be the BS2 Homework Board.· I would like to·select by album as well as individual track using seperate pushbuttons.· ·The album art and discography would be displayed on the uOLED-128.· A moving cursor would be superimposed to highlight the selected track.··The track titles would be included in the image bitmap. The·album art bitmap address·location and cursor position info would be stored·on the USB drive.· Is this all possible?
483 x 237 - 26K

Comments

  • T ChapT Chap Posts: 4,223
    edited 2008-11-30 02:05
    If you have the bitmap part sorted out, the Vmusic2 will do all the above. The Vmusic2 does not know what an album is unless you were to put the album tracks inside an album folder, or else maybe had a file for the album track listing and bitmap filename, which contains the tracks to scroll through and bitmap name that it could load. Remember that the Vinculum uses only 11 characters for naming files including the 3 digit extension, so you'd have to rename all files to fit the naming scheme. All information is sent on each track that is currently opened if using ECS mode. You should read the Vmusic firmware to see what the capabilities are.

    I have no idea about the graphics you are considering.
  • ForrestForrest Posts: 1,341
    edited 2008-11-30 13:02
    Here's a completed project using the VMusic 2, OLED-128-GMD1 display and the Propeller http://forums.parallax.com/showthread.php?p=717795
Sign In or Register to comment.