aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When user doesn't change any date/time, make sure that when an elemnt of ↵William Harrington2019-08-081-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 Harrington2019-08-081-8/+50
| | | | not updated.
* Pin, not ping!William Harrington2019-08-081-1/+1
|
* Tidy up and provide useful commentsWilliam Harrington2019-08-082-46/+94
|
* Remove need for temp_0. temperature_lsb is already going to be 00, 25, 50 or ↵William Harrington2019-08-071-3/+0
| | | | 75. Depending on user display of 00.x or 00.xx temperature resolution, can use MSB and/or LSB of temperature_lsb
* Tidy up ifdef blocks for VFD and ADC.William Harrington2019-08-071-1/+14
|
* Adjust declarations for global variables used throughout program to be externWilliam Harrington2019-08-071-14/+14
|
* Add ifdef blocks if VFD is used for brightnessWilliam Harrington2019-08-072-4/+8
|
* Add declaration of monthOfYear char arrayWilliam Harrington2019-08-071-0/+1
|
* Adjust formattingWilliam Harrington2019-08-071-43/+38
|
* Add char array for day of week and use in Get_WeekDay function. Add a ↵William Harrington2019-08-072-12/+29
| | | | monthOfYear for month names for future use.
* Add lines for both 887 and 877A.William Harrington2019-08-071-1/+6
|
* Refactor variables and functions. Add user input functionality and improve ↵William Harrington2019-08-072-155/+353
| | | | effeciency to reduce application size in MCU.
* Remove conf.h declaration.William Harrington2019-08-071-2/+0
|
* Adjust ports for DECR INCR SETB buttons to portB ports from portE.William Harrington2019-08-071-3/+3
|
* Break out SSPSTAT configuration for SMP and CKP and set SSPADD to a decimal ↵William Harrington2019-08-071-2/+6
| | | | number instead of a formula.
* Remove display.hWilliam Harrington2019-08-062-27/+0
|
* Add vfd brightness back into update displayWilliam Harrington2019-08-011-54/+36
|
* Add main configuration header to LCD.William Harrington2019-08-011-0/+2
|
* Add display header and source files to separate display related functions.William Harrington2019-08-012-0/+27
|
* Remove New_Second method as the interrupt ends up doing too much. Just set a ↵William Harrington2019-08-012-53/+16
| | | | flag that states an update is needed.
* Remove old Timer2/Timer1 remnants and add support to use 1Hz square wave ↵William Harrington2019-08-012-77/+96
| | | | from DS3231 and RB0 as external interrup from DS3231 SQWE @ 1Hz to update time.
* Add functions to edit SQWE.William Harrington2019-08-012-0/+9
|
* Adjust debug screen, change ldr to brtlvl and add brtlvl_chg to compare. Add ↵William Harrington2019-08-012-9/+14
| | | | macro for brtlvl to translate brightness levels 0-3.
* Complete definitions.William Harrington2019-07-312-8/+8
|
* Convert Adc result for ldr for VFD brightness levels 0-3 (Max-Min)William Harrington2019-07-311-3/+3
|
* Add Adc_Init and redo Adc_Read. Rework comments.William Harrington2019-07-312-10/+26
|
* Add ifdef for ADC option around ADC related source.William Harrington2019-07-312-25/+41
|
* Add ADC Option definition.William Harrington2019-07-311-4/+4
|
* Move Adc_Read() function to adc source and headers. Include adc header in ↵William Harrington2019-07-312-16/+1
| | | | main source.
* Move Adc_Read() function from main to adc source and header.William Harrington2019-07-312-0/+14
|
* Add source and header files for ADC configurtion.William Harrington2019-07-312-0/+4
|
* Comment DEBUG definition.William Harrington2019-07-311-1/+1
|
* Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ↵William Harrington2019-07-312-25/+27
| | | | Week. Reduce time between LCD Intro and Layout to 1 second.
* Add a function for determining day of week from calendar date and rename ↵William Harrington2019-07-312-4/+9
| | | | dayofweek to day like in datasheet.
* Adjust ldr brightness from ADC so 0 is max and 3 is min.William Harrington2019-07-281-3/+3
|
* Add ADC for LDR to change brightness on ambient light.William Harrington2019-07-283-27/+59
|
* Remove Set_Time_Date()William Harrington2019-07-282-15/+0
|
* Comment out Setting of initial values for DS3231.William Harrington2019-07-281-1/+1
|
* Adjust DEBUG definition.William Harrington2019-07-282-12/+22
|
* Add DEBUG block around char buf[40].William Harrington2019-07-281-1/+3
|
* Add VFD brightness level.William Harrington2019-07-284-3/+23
|
* Ignore dist and build directories.William Harrington2019-07-281-0/+2
|
* Merge branch 'master' of git.berzerkula.org:I2C_LCD.XWilliam Harrington2019-07-270-0/+0
|\
| * Refactor weekofday to weekOfDaykb0iic2019-07-2715-127/+127
| |
* | Refactor weekofday to weekOfDayWilliam Harrington2019-07-2715-127/+127
|/
* Copy project files into repoWilliam Harrington2019-07-2762-0/+30814
|
* initial commitWilliam Harrington2019-07-271-0/+0