Skip to content

Commit

Permalink
Update README.md with pictures of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cannonjm authored and cannonjm committed Jul 24, 2020
1 parent 9bb209a commit b37ce09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MusicPlayer

This is an arduino program which makes use of the rogue-code Tone Library to control two buzzers simultaneously. It aims to simplify the task of programming multipart songs by providing a simple interface for declaring the note frequencies and durations for each part. To accomodate the large data structures needed to hold information about each song, the pgmspace.h library is used to store the songs in flash memory.
This is an arduino program which makes use of the rogue-code Tone Library to control two buzzers simultaneously. It aims to simplify the task of programming multipart songs by providing a simple interface for declaring the note frequencies and durations for each part. To accomodate the large data structures needed to hold information about each song, the pgmspace.h library is used to store the songs in flash memory. It also features an LCD user interface complete with a splash screen, song selection list, and playback controls.

Future versions may include considerations for user-interface control through an LCD as well as data storage using an SD card.
![](./splash-screen.jpg)
![](./song-select.jpg)
![](./playback.jpg)
Binary file added playback.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added song-select.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added splash-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b37ce09

Please sign in to comment.