-
Notifications
You must be signed in to change notification settings - Fork 1
Pebble
Below is a brief description of how the Pebble component works with the FakeNotifications app to display text messages/phonecalls to the Pebble. This component is split into two different apps: HFAStPebbleSMSApp and HFAStPebbleCallApp
####Phone Call Application: main.c
Does everything from drawing text/pictures to send/receive messages to/from the Android application. The Android application can send a signal to start the Pebble app, define the caller ID (name and number), log the user response via buttons, and end the call if a certain time has passed.
####Text Application: main.c
Similar to the phone call application. When a text is received, it will instantiate a new list with the person's name as the title. As new texts are received, it gets appended to this list. It currently only allows one person's data to be stored at a time, but it has the capability to be extended to n people.