This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7819 - Unify alarm and time/date screen
Attached to Project:
Rockbox
Opened by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 13:57 GMT+1
Last edited by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 15:19 GMT+1
Opened by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 13:57 GMT+1
Last edited by Alexander Spyridakis (xaviergr) - Sunday, 23 September 2007, 15:19 GMT+1
|
DetailsThis patch is a work in progress.
It will remove alarm_menu.c and alarm_menu.h from the source and use the existing code of the time/date screen to set the alarm. This move has three advantages: 1) Reduces binary size. 2) Makes the alarm screen consistent with the time/date screen. 3) Gives more control on setting the alarm. This patch will have even more meaning when the RTC alarm drivers are modified to accept months, years etc. as a trigger. Currently all other entries except hours and minutes will not affect the alarm usage. |
This task depends upon
There is nothing effective to have to pass 5 hours on an interval of 5 minutes to set your preferred time. The time/date screen allows you to set the time easier, faster and more accurately.