Commit graph

684 commits

Author SHA1 Message Date
Jonathan Naylor 6bc101d180 Further addition of basic operations. 2016-07-08 07:12:24 +01:00
Jonathan Naylor d0e118e85c Start on DMR rate 3/4 data. 2016-07-07 20:23:30 +01:00
Jonathan Naylor 25dddc18f4 Remove the level adjustments. 2016-07-07 17:40:41 +01:00
Jonathan Naylor e0a6229d6c Added Rate 3/4 Data debugging output. 2016-07-07 14:05:38 +01:00
Jonathan Naylor 0f9150c64b Modify the space calculations slightly. 2016-07-07 09:31:41 +01:00
Jonathan Naylor da67a253e6 Merge pull request #121 from g0wfv/develop
Correct logic for date/time display
2016-07-06 23:24:27 +01:00
Tony Corbett G0WFV ba682a397e Correct logic for date/time display 2016-07-06 19:47:08 +01:00
Jonathan Naylor 802d070927 Merge pull request #120 from vk4tux/patch-10
Update MMDVM.ini
2016-07-06 11:00:56 +01:00
vk4tux a6a13fe40c Update MMDVM.ini
Allow a easier working config for fusion ?
2016-07-06 19:54:09 +10:00
Jonathan Naylor 74c40feefc Merge pull request #119 from vk4tux/patch-9
Update DMRIds.dat
2016-07-06 09:22:01 +01:00
vk4tux 25fd51a6b7 Update DMRIds.dat
WW 2016-07-05 04:15	795K	vk4tux
2016-07-06 16:45:13 +10:00
Jonathan Naylor 7d67055fff Remove the holdoff timers. 2016-07-05 18:21:18 +01:00
Jonathan Naylor ca636338d9 Add BN/BT of the YSF FICH for debugging. 2016-07-05 17:51:16 +01:00
Jonathan Naylor 73c02972ec Merge pull request #117 from g0wfv/develop
User configurable device address for i2c LCDs
2016-07-03 11:44:50 +01:00
Tony Corbett G0WFV cd57d8b860 Merged branch master into develop 2016-07-03 11:28:45 +01:00
Jonathan Naylor 63057c141d Merge pull request #116 from hacknix/master
Fix crash in blacklist / whitelsit code when traffic is coming from network.
2016-07-03 11:22:12 +01:00
Tony Corbett G0WFV 428d336541 Tidy up coding 2016-07-03 11:05:52 +01:00
Simon 9016eb125b Merge remote-tracking branch 'upstream/master' 2016-07-03 10:21:05 +01:00
Simon 48c273814c More fixes to black/white list behaviour 2016-07-03 10:20:32 +01:00
Simon 3da7ebe085 Fix blacklist hit causing crash 2016-07-03 10:03:50 +01:00
Jonathan Naylor e3a799f21e Merge pull request #115 from g0wfv/LocaleFix
Fix DMR unable to log into master due to locale issues
2016-07-03 05:55:51 +01:00
Tony Corbett G0WFV b565400b24 Propagate locale fix to Nextion displays 2016-07-03 00:30:57 +01:00
Tony Corbett c0bb3cdc20 Remove code no longer needed after applying fixes 2016-07-02 23:50:33 +01:00
Tony Corbett c97f9d4801 Fix date/time formats broken with login fix 2016-07-02 23:48:00 +01:00
Tony Corbett G0WFV fdbf97b1c6 Fix DMR unable to log into master due to locale issues
When system locale used commas as decimal points, writeConfig() was sending an invalid config string to the master.
2016-07-02 22:57:16 +01:00
Tony Corbett G0WFV f212c47882 Import address as hex value 2016-06-30 21:55:02 +01:00
Tony Corbett G0WFV 8801355ace Change incorrect variable type to unsigned int 2016-06-30 20:35:32 +01:00
Tony Corbett G0WFV 2b5c66ca85 Fix schoolboy error 2016-06-30 20:16:29 +01:00
Tony Corbett G0WFV ce367f73cb Make I2C address configurable for HD44780 LCD variations
Also add a basic README with some pointers on how to connect and configure the LCDs
2016-06-30 20:10:30 +01:00
Jonathan Naylor ef0ebb4d49 Merge pull request #111 from g0wfv/develop
Add support for HD44780 when connected via PCF8574 I2C
2016-06-28 18:40:40 +01:00
Tony Corbett G0WFV cb740690c3 Hardcode "pins" for Adafruit display as they shouldn't change
PCF8574 "pins" already hardcoded.  But variables now renamed to match MMDVMHost variables.

Added other Adafruit defines (commented out for now) for possible future use.

Tidyed up some comments.
2016-06-28 18:21:04 +01:00
Tony Corbett G0WFV 250eba1e6b Update README.md to include HD44780 variations and HD44780 todo list 2016-06-27 20:21:22 +01:00
Tony Corbett G0WFV c4a42d1279 Fix typo and remove unwanted code 2016-06-27 19:18:17 +01:00
Tony Corbett G0WFV c1d97ad8cc Fix PCF8574 Makefile 2016-06-27 19:01:14 +01:00
Tony Corbett G0WFV 04b297de20 Support for HD44780 via PCF8574 2016-06-27 18:48:13 +01:00
Jonathan Naylor 084e39c1de Merge pull request #109 from vk4tux/patch-8
Update DMRIds.dat
2016-06-27 10:23:37 +01:00
vk4tux a901522153 Update DMRIds.dat
WW 2016-06-26 04:15	784K vk4tux
2016-06-27 13:08:11 +10:00
Jonathan Naylor 18a833c09f Merge pull request #108 from g0wfv/develop
Time and date display in Idle by system locale
2016-06-24 17:27:16 +01:00
Tony Corbett a58ca93624 Merge pull request #2 from phl0/correctDate
Correct time offset
2016-06-24 19:16:50 +03:00
phl0 7d31554488
Correct time offset 2016-06-24 18:14:48 +02:00
Tony Corbett G0WFV 06af87f029 Fix centering of 8 character of times on HD44780 2016-06-24 16:58:01 +01:00
Tony Corbett G0WFV da53f06197 Time/date format by system locale (HD44780 & Nextion) 2016-06-24 16:08:28 +01:00
phl0 2d35ee5121
Add a few more chars to display AM/PM indicator 2016-06-24 13:17:02 +02:00
Jonathan Naylor 90748c90ac Bump the version date. 2016-06-24 10:35:00 +01:00
Jonathan Naylor 6745168688 Make the Nextion idle brightness level configurable. 2016-06-24 10:33:28 +01:00
Jonathan Naylor 2dc581bd25 Merge pull request #107 from phl0/DimOnIdle
Dim Nextion Displays in idle state
2016-06-24 10:20:25 +01:00
phl0 6628a613e8
Merge remote-tracking branch 'upstream/master' into DimOnIdle 2016-06-24 10:14:38 +02:00
phl0 7e906f3fdd
Add Config option to dim Nextion display in idle
state
2016-06-24 09:30:46 +02:00
Jonathan Naylor 45bc8c736e Do duplicate removal by sequence number always. 2016-06-22 20:44:28 +01:00
Jonathan Naylor 05e08a232f Keep the SET_CONFIG command unchanged for DVMegas. 2016-06-22 20:42:14 +01:00