Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Order the case statements numerically.HEADmaster | William Harrington | 2019-09-30 | 1 | -14/+14 |
| | |||||
* | Refactor redundant source lines and simplify displaying of text and ↵ | William Harrington | 2019-09-30 | 1 | -190/+104 |
| | | | | characters with locations. Remove unneeded variables and comment out unused functions until used. | ||||
* | Remove old remark | William Harrington | 2019-08-08 | 1 | -1/+0 |
| | |||||
* | When user doesn't change any date/time, make sure that when an elemnt of ↵ | William Harrington | 2019-08-08 | 1 | -12/+11 |
| | | | | date/time wasn't changed. Gotta be a better way to do this. | ||||
* | Add ability when user doesn't change any date/time elemnts that the RTC is ↵ | William Harrington | 2019-08-08 | 1 | -8/+50 |
| | | | | not updated. | ||||
* | Pin, not ping! | William Harrington | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Tidy up and provide useful comments | William Harrington | 2019-08-08 | 1 | -45/+93 |
| | |||||
* | Tidy up ifdef blocks for VFD and ADC. | William Harrington | 2019-08-07 | 1 | -1/+14 |
| | |||||
* | Refactor variables and functions. Add user input functionality and improve ↵ | William Harrington | 2019-08-07 | 1 | -112/+306 |
| | | | | effeciency to reduce application size in MCU. | ||||
* | Add vfd brightness back into update display | William Harrington | 2019-08-01 | 1 | -54/+36 |
| | |||||
* | Remove New_Second method as the interrupt ends up doing too much. Just set a ↵ | William Harrington | 2019-08-01 | 1 | -47/+13 |
| | | | | flag that states an update is needed. | ||||
* | Remove old Timer2/Timer1 remnants and add support to use 1Hz square wave ↵ | William Harrington | 2019-08-01 | 1 | -73/+85 |
| | | | | from DS3231 and RB0 as external interrup from DS3231 SQWE @ 1Hz to update time. | ||||
* | Adjust debug screen, change ldr to brtlvl and add brtlvl_chg to compare. Add ↵ | William Harrington | 2019-08-01 | 1 | -8/+10 |
| | | | | macro for brtlvl to translate brightness levels 0-3. | ||||
* | Convert Adc result for ldr for VFD brightness levels 0-3 (Max-Min) | William Harrington | 2019-07-31 | 1 | -3/+3 |
| | |||||
* | Add ifdef for ADC option around ADC related source. | William Harrington | 2019-07-31 | 1 | -25/+39 |
| | |||||
* | Move Adc_Read() function to adc source and headers. Include adc header in ↵ | William Harrington | 2019-07-31 | 1 | -13/+1 |
| | | | | main source. | ||||
* | Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ↵ | William Harrington | 2019-07-31 | 1 | -21/+23 |
| | | | | Week. Reduce time between LCD Intro and Layout to 1 second. | ||||
* | Adjust ldr brightness from ADC so 0 is max and 3 is min. | William Harrington | 2019-07-28 | 1 | -3/+3 |
| | |||||
* | Add ADC for LDR to change brightness on ambient light. | William Harrington | 2019-07-28 | 1 | -21/+43 |
| | |||||
* | Comment out Setting of initial values for DS3231. | William Harrington | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Adjust DEBUG definition. | William Harrington | 2019-07-28 | 1 | -12/+20 |
| | |||||
* | Add VFD brightness level. | William Harrington | 2019-07-28 | 1 | -1/+9 |
| | |||||
* | Refactor weekofday to weekOfDay | William Harrington | 2019-07-27 | 1 | -5/+5 |
| | |||||
* | Copy project files into repo | William Harrington | 2019-07-27 | 1 | -0/+298 |