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

Elm icon external fdo #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leiflm
Copy link

@leiflm leiflm commented Mar 17, 2017

Example of a widget that uses FDO icons (via Elm Icon) to indicate battery (charging) state.

Leif Middelschulte added 2 commits March 17, 2017 23:00
The battery module checks an Edje data entry called "use_fdo_icons" to
enable a message callback that will listen for string-set messages
that use the message id 0xfd0.

The string-set message is expected to have the following format:
id = 0xfd0
string_set[0] = target_part
string_set[1] = icon-name

Embryo Example:
send_message(MSG_STRING_SET, 0xfd0, "e.swallow.icon", full_icon_name);
An elm icon external is used internally.
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.

1 participant