-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TODO file; remove tests for encoder, v8a, v8b, and weekday; READM…
…E tweaks
- Loading branch information
Showing
7 changed files
with
19 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To-dos | ||
|
||
* Option to display weekdays as Sun=0 or Sun=1 (per Portuguese!) | ||
* Implement options for full date every 5 minutes | ||
* Is it possible to trip the chime *after* determining if we're in night mode or not | ||
* Reenable rotary encoder with libraries with workable licenses | ||
* In display code, consider using `delayMicroseconds()` which, with its tighter resolution, may give better control over fades and dim levels | ||
* in `checkInputs()`, can all this if/else business be defined at load instead of evaluated every sample? OR is it compiled that way? maybe use `#ifdef` | ||
* in `ctrlEvt()`, could we do release/shorthold on mainSel so we can exit without making changes? | ||
|
||
See other TODOs throughout code. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.