summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Music.cpp
AgeCommit message (Collapse)Author
2020-07-20Fully implement music app and serviceAdam Pigg
SystemTask can return a reference to the nimbleController The nimbleController can return a reference to the musicService The musicService get a connection handle from the nimbleController The musicApp communicated directly with the musicService
2020-07-13Initial code for music app screena and serviceAdam Pigg