Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial implementation for a lcd screen, and mp3 player and button #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cannonerd
Copy link
Contributor

20170812_203049

Copy link
Member

@bergie bergie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes would be nice, otherwise looks good


long nextPeriodicUpdateMp3 = 0;

auto participant = msgflo::Participant("c-base/screen", cfg.role);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to have more descriptive component name than screen

WiFi.begin(cfg.wifiSsid, cfg.wifiPassword);

// Provide a Font Awesome (http://fontawesome.io/icons/) icon for the component
participant.icon = "toggle-on";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we could consider a different icon for this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants