Commit graph

26 commits

Author SHA1 Message Date
Jonathan Naylor dcdfca39d7 Add FM mode display. 2020-04-11 20:42:05 +01: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