Jonathan Naylor
b2ba671071
Fix Windows compilation.
2020-09-20 14:07:42 +01:00
Jonathan Naylor
3de54f6dd8
Merge branch 'ipv6' into SimpleDMR
2020-09-03 11:43:42 +01:00
Jonathan Naylor
c7fbeecc50
Change the displays to show the DG-ID instead of the TO field for YSF.
2020-08-09 19:23:18 +01:00
Jonathan Naylor
f070410f7e
Display and log the DG-ID in the Fusion mode.
2020-08-09 15:09:08 +01:00
SASANO Takayoshi
816f8ea0a1
Merge remote-tracking branch 'origin' into ipv6
2020-06-12 20:24:17 +09:00
Alistair MacDonald
b5658a6478
Quoted "Listening" for the lcdproc widget_set command
...
Adding quotes increases comparability. Although optional for single words it is unusual not to have it quoted. Previously some here were quoted and some where not.
2020-05-14 15:09:56 +01:00
Jonathan Naylor
dcdfca39d7
Add FM mode display.
2020-04-11 20:42:05 +01:00
SASANO Takayoshi
15b5011ebf
rewrite with getaddrinfo() API to support IPv6
...
Currently LCDproc seems to be IPv6 unsupported, but this code is
modified for the future IPv6-supported LCDproc.
2020-04-06 18:35:12 +09:00
root
64e3ae6d30
Better way to send to display that MMDVMHost is quitting
2018-08-15 18:17:42 +02:00
Jonathan Naylor
b398bba1ea
Add POCSAG processing and display code.
2018-06-11 21:30:49 +01:00
Jonathan Naylor
0ed7972ee7
Merge branch 'master' into nxdn
2018-02-06 07:14:26 +00:00
Jonathan Naylor
ddb3206a30
Fix LCDProc and buffer sizes for the Nextion. Thanks to Tony G0WFV.
2018-02-06 07:11:00 +00:00
Jonathan Naylor
c3990c36ed
Add NXDN to the display code.
2018-01-17 19:04:00 +00:00
Tony Corbett G0WFV
738152c912
Fix compile error
2017-01-08 16:02:43 +00:00
Tony Corbett G0WFV
533334f0cc
more RSSI tweaks for LCDproc
...
It would seem I forgot to add a clearDMR routine here too ...
2017-01-08 12:38:08 +00:00
Tony Corbett G0WFV
7e23ebf90f
Still more LCD RSSI display fettling
...
LCDproc: rethink of how RSSI is displayed for DMR to match HD44780 version (all modes 4-line screens only). Once it's working correctly, display on smaller screens can be revisited as scrolling should make display of RSSI feasible on smaller LCDs driven with LCDproc as opposed to directly by the host.
HD44780: Clean up and make displayed values uniform by specifying number of characters in value and inserting a missing minus for P25!
2017-01-08 09:37:17 +00:00
Tony Corbett G0WFV
3dab94d0e0
Add RSSI to LCDproc displays
2017-01-06 20:07:57 +00:00
Jonathan Naylor
b22429d5dc
Merge pull request #217 from N4IRS/master
...
Simplify LED logic
2016-11-15 05:46:49 +00:00
N4IRS
7fe7b03940
simplify LED logic
2016-11-14 19:27:59 -05:00
N4IRS
9154f95c8a
Simplify LED logic
2016-11-14 19:25:38 -05:00
N4IRS
84af2fce04
Simplify LED logic
2016-11-14 19:22:20 -05:00
Jonathan Naylor
58693dc42b
Merge pull request #216 from juribeparada/master
...
Fix compilation problem in Mac OS X
2016-11-14 06:14:13 +00:00
Andy CA6JAU
d742b7ccb5
Fix compilation problem in MAC OS X
2016-11-14 00:30:56 -03:00
root
457d178123
Fix typo in YSF
2016-11-13 16:12:04 -05:00
root
13cf654f69
Add support for Crystalfontz CFA-635 Status LEDs
2016-11-13 12:27:07 -05:00
Jonathan Naylor
202764dedd
Fix VS2015 compile for LCDProc.
2016-10-31 17:52:27 +00:00
phl0
618b35ab58
Change capitalization of variable names to align with the rest of the
...
code
2016-10-31 12:59:08 +01:00
phl0
490982ad8c
Rename buffer variables in LCDproc.cpp
2016-10-31 11:45:40 +01:00
Tony Corbett G0WFV
c2903d9578
LCDproc: Fix time display error
2016-10-30 00:25:14 +03:00
Tony Corbett G0WFV
44e8f6717a
LCDproc: Make dimming the status screen optional
...
If you run another LCDproc client that doesn't dim the display when it displays its info, the display will effectively flash on and off (or dim/bright depending on your LCDd configuration) as it switches screens between MMDVMHost and the other client(s).
Making the dimming optional and turning it off in the host stops this "annoyance".
2016-10-29 22:07:54 +03:00
Tony Corbett G0WFV
539dfe372a
OCD satisfaction aka fix indentation of code!
2016-10-29 11:41:20 +01:00
Tony Corbett G0WFV
3c614839a2
Make socket fd writeable in select and select timout now 0
2016-10-29 11:25:25 +01:00
Tony Corbett G0WFV
627e4f1dc3
Initial LCDproc support
2016-10-28 13:22:20 +01:00