* each button press, and both the text and the graphical representation will
* display the moon phase for that day. Try pressing the Alarm button 27 times
* now, just to visualize what the moon will look like over the next month.
+ * Pressing the Light button will move back in time.
+ *
+ * Holding the Light button will illuminate the display.
*/
#include "movement.h"
*
* A short press of the Alarm button moves backwards in the data log, showing yesterday's active minutes,
* then the day before, etc. going back 14 days.
+ * A short press of the Light button moves forward in the data log, looping around if we're on the most-recent day.
+ * Holding the Light button will illuminate the display.
*
*/