Commit graph

1565 commits

Author SHA1 Message Date
Jonathan Naylor
864b528abb Merge pull request #58 from zarya/SSD1306
Ssd1306 support
2016-05-10 17:27:22 +01:00
Rudy Hardeman
14a4d1fa2b Added manual for oled driver installation 2016-05-10 16:06:26 +00:00
Rudy Hardeman
426a6dcf6b Merge branch 'master' of https://github.com/g4klx/MMDVMHost into SSD1306 2016-05-10 15:33:24 +00:00
Rudy Hardeman
f2398d0db1 Forgot OLED.h 2016-05-10 15:24:23 +00:00
Rudy Hardeman
d49be0d506 Merged main repo 2016-05-10 15:17:49 +00:00
Rudy Hardeman
7271ac0766 Initial version
DMR works
2016-05-10 15:08:06 +00:00
Jonathan Naylor
b594fce301 Changes to how the display timeout is handled. 2016-05-10 13:28:00 +01:00
Jonathan Naylor
6dd10a5463 Add special ALL id (0xFFFFFF). 2016-05-10 08:18:10 +01:00
Jonathan Naylor
7a3d77d5f5 Simplify the IPSC class. 2016-05-10 08:00:41 +01:00
Jonathan Naylor
efca4fa0cb Shorten the failure timeout. 2016-05-10 07:44:45 +01:00
Jonathan Naylor
3b48aa3985 Add more robustness to the IPSC link. 2016-05-10 07:20:38 +01:00
Jonathan Naylor
35632e0255 Remove a compiler warning. 2016-05-10 06:34:53 +01:00
Jonathan Naylor
68d58a3de6 Add the CW Id. 2016-05-09 21:55:44 +01:00
Jonathan Naylor
bd5946ccd2 Add a display hang time so quick transmissions aren't missed. 2016-05-09 18:14:27 +01:00
Jonathan Naylor
617a6cbfcb Handle failed writes cleanly. 2016-05-09 09:52:14 +01:00
Jonathan Naylor
e84d27fc8c Blank the D-Star reflector when not in use. 2016-05-09 09:31:59 +01:00
Rudy Hardeman
3ac600c972 Initial version
DMR works
2016-05-09 06:24:31 +02:00
Jonathan Naylor
6685a6e000 Merge pull request #54 from jruys/master
Moved HD44780 RGB backlight logic control to .h file
2016-05-06 23:48:26 +01:00
Jan-Willem Ruys
50cfef2c6a Update HD44780.cpp
Added AF_ON, AF_OFF to make editing easier for backlights that use inverted signals
2016-05-07 00:13:17 +02:00
Jan-Willem Ruys
bebd7c7596 Update HD44780.h
Added AF_ON, AF_OFF to make editing easier for backlights that use inverted signals
2016-05-07 00:07:18 +02:00
Jonathan Naylor
9c41bd6056 Merge pull request #53 from Giorgiofox/patch-4
Update HD44780.cpp
2016-05-06 22:37:35 +01:00
Giorgio Campiotti
323ffbcf15 Update HD44780.cpp
Error (not compile)
2016-05-06 23:31:10 +02:00
Jonathan Naylor
e3be69d954 Remove a DMR issue. 2016-05-05 18:33:43 +01:00
Jonathan Naylor
06825ca502 Fix Linux compile error. 2016-05-05 18:06:05 +01:00
Jonathan Naylor
07f8d26b17 Bump the version date. 2016-05-05 18:00:57 +01:00
Jonathan Naylor
ed6586fa58 Split the DMR TX hang time from the mode hang time. 2016-05-05 17:56:18 +01:00
Jonathan Naylor
dd5e86a66d Use the duplex flag to indicate that a DVMega is being used. 2016-05-05 17:08:23 +01:00
Jonathan Naylor
925f29a982 Merge pull request #49 from g0wfv/develop
Better usage of display with DVMega
2016-05-05 16:58:13 +01:00
Tony Corbett
8aa52ae13d Formatting for consistency 2016-05-05 16:55:31 +01:00
Tony Corbett
352c487279 Re-added missed TG 2016-05-05 16:32:41 +01:00
Tony Corbett
5735209394 Better usage of display with DVMega 2016-05-05 16:13:06 +01:00
Tony Corbett G0WFV
f31a8815cb Forgot MMDVMHost.cpp! 2016-05-05 14:52:49 +01:00
Tony Corbett G0WFV
9e6c7cff42 Beginnings of DVMega Display
Use the HD44780 real estate where TS1 is irrelevant.
2016-05-05 14:29:46 +01:00
Jonathan Naylor
be120cf510 Add the 3.2" Nextion display. 2016-05-05 13:08:42 +01:00
Jonathan Naylor
ca2de16362 Merge pull request #48 from g0wfv/develop
Add Adafruit LCD+Keypad to supported displays in README.md
2016-05-05 13:07:30 +01:00
g0wfv
969640834a Add Adafruit LCD+Keypad to supported displays in README.md 2016-05-05 12:03:43 +01:00
Jonathan Naylor
2eb5055a16 Merge pull request #45 from hacknix/master
Further work on daemon under Linux.
2016-05-05 11:18:30 +01:00
Simon
2d366a624e Changed all daemon logs to LogWarning() for consistency. 2016-05-05 11:11:44 +01:00
Simon
8195ee9f34 Changed LogMessage() to LogWarning when we can't setuid() in daemon mode 2016-05-05 10:53:19 +01:00
Simon
a2ec5763f9 Added reference to full path for DMRIds.dat 2016-05-05 10:52:58 +01:00
Simon
6dd799d454 Merge remote-tracking branch 'upstream/master' 2016-05-05 09:51:29 +01:00
Simon
436922481b Added explaination of why setuid() is disabled when using HD44780 2016-05-05 09:48:34 +01:00
Simon
3617199399 Added check to see if HD44780 is enabled and disable setuid() if it is 2016-05-05 09:47:54 +01:00
Jonathan Naylor
dae84a6b92 Merge pull request #46 from vk4tux/patch-5
Update DMRIds.dat
2016-05-05 09:18:44 +01:00
vk4tux
fa115e471a Update DMRIds.dat 2016-05-05 16:28:45 +10:00
Simon
1be436b83b Merge branch 'master' of https://github.com/hacknix/MMDVMHost 2016-05-04 21:21:51 +01:00
Simon
10894179a1 added setuid and setgid code for daemon code, tidied logging for same 2016-05-04 21:20:24 +01:00
Simon
7c536c07a7 Merge remote-tracking branch 'upstream/master'
Merging upstream before commit
2016-05-04 21:17:21 +01:00
Jonathan Naylor
4253bb3377 Merge pull request #44 from g0wfv/master
Capitalise default ini file in Linux to match pre-existing file in repo
2016-05-04 21:12:45 +01:00
Simon
14a5698132 Added readme file for Daemon 2016-05-04 21:11:37 +01:00