Jonathan Naylor
cdb54779f2
Fix late entry Embedded LC handling.
2017-01-08 16:37:51 +00:00
Jonathan Naylor
bd011de2ca
Merge pull request #244 from g0wfv/develop
...
Fix compile error
2017-01-08 16:34:30 +00:00
Tony Corbett G0WFV
738152c912
Fix compile error
2017-01-08 16:02:43 +00:00
Jonathan Naylor
f08a442728
Merge pull request #242 from g0wfv/develop
...
more RSSI tweaks for LCDproc
2017-01-08 14:10:48 +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
Jonathan Naylor
8fc13bb9a1
Merge pull request #241 from g0wfv/develop
...
Still more LCD RSSI display fettling
2017-01-08 10:11:51 +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
Jonathan Naylor
78e0327dd3
Merge pull request #240 from g0wfv/develop
...
More fettling for HD44780 RSSI
2017-01-07 15:18:25 +00:00
Tony Corbett G0WFV
74fcf4f3af
More fettling for HD44780 RSSI
2017-01-07 14:06:05 +00:00
Jonathan Naylor
5968f3b47c
Remove RSSI log data if no RSSI data to show.
2017-01-07 12:25:03 +00:00
Jonathan Naylor
1a7dac65eb
Merge pull request #239 from g0wfv/develop
...
HD44780 RSSI fettling
2017-01-07 11:49:11 +00:00
Tony Corbett G0WFV
08970c9c7f
HD44780 RSSI: fix typo
2017-01-07 11:42:42 +00:00
Tony Corbett G0WFV
e8010a4515
More HD44780 RSSI fettling
2017-01-07 11:40:26 +00:00
Tony Corbett G0WFV
1df5251bcf
HD44780 RSSI fettling
...
Remove slot titles and fit string into max of 7 characters to allow for display on 16 character screens
Add RSSI to clearDMRInt function
2017-01-07 11:33:09 +00:00
Jonathan Naylor
7f1e1e12f6
Merge pull request #238 from iw9grl/patch-3
...
Update HD44780.cpp
2017-01-07 11:08:49 +00:00
iw9grl
c924956e15
Update HD44780.cpp
...
Added minus "-"
2017-01-07 12:06:34 +01:00
Jonathan Naylor
2accfecfe7
Merge pull request #237 from iw9grl/patch-2
...
Update HD44780.cpp
2017-01-07 09:18:00 +00:00
iw9grl
3689f5d0f0
Update HD44780.cpp
...
RSSI data typo fixes
2017-01-07 10:11:23 +01:00
Jonathan Naylor
b218967679
Merge pull request #236 from g0wfv/develop
...
Add RSSI to (4-line) HD44780 and LCDproc displays
2017-01-06 22:36:56 +00:00
Tony Corbett G0WFV
f9dec6755a
Add RSSI to (4-line) HD44780 displays
...
RSSI code bones added to 4-line HD44780 LCDs in the hope someone who can test and fettle the code without doing it blind can do so ....
Also removed all old scrolling code as it aint getting put back in! If you want scrolling, may I suggest the LCDproc support instead?!
2017-01-06 21:24:07 +00:00
Tony Corbett G0WFV
3dab94d0e0
Add RSSI to LCDproc displays
2017-01-06 20:07:57 +00:00
Jonathan Naylor
79e4caa990
Restore original DMR layout.
2017-01-06 19:19:26 +00:00
Jonathan Naylor
811dd1bd74
Merge pull request #235 from phl0/Nextion
...
Add text fields for RSSI data to 3.2" and 3.5" Nextion displays
2017-01-06 12:47:54 +00:00
phl0
daa27ae559
Comile .tft files
2017-01-06 13:16:27 +01:00
phl0
f5aebcacc6
Align text field for RSSI for 3.2" and 3.5" displays
2017-01-06 13:14:29 +01:00
phl0
2c4dd2391a
Add t3 textfield to NX3224T024 display
2017-01-06 12:02:32 +01:00
phl0
69af14f9fe
Convert .HMI files to latest Nextion format
2017-01-06 11:49:02 +01:00
Jonathan Naylor
66170221fb
Update README.md
2017-01-06 10:30:48 +00:00
Jonathan Naylor
fc2d8e5ced
Reduce the space needed for the RSSI information.
2017-01-06 08:46:06 +00:00
Jonathan Naylor
36b494c581
Make empty single element embedded data more elegant.
2017-01-06 08:30:36 +00:00
Jonathan Naylor
a969196964
Don't dump embedded LC data.
2017-01-06 08:25:29 +00:00
Jonathan Naylor
149bd8678a
Updated files based on the NX3224K024.
2017-01-05 19:53:02 +00:00
Jonathan Naylor
3c9666e780
Display the RSSI on the Nextion screen.
2017-01-05 19:44:52 +00:00
Jonathan Naylor
af721f89e2
Add RSSI display for all modes.
2017-01-05 19:15:10 +00:00
Jonathan Naylor
8debea45e4
Add embedded data dumping.
2017-01-05 19:00:01 +00:00
Andy CA6JAU
0a20ec7360
Merge remote-tracking branch 'g4klx/master'
2016-12-31 15:57:02 -03:00
Jonathan Naylor
1fa1a58867
Display DMR embedded data.
2016-12-31 16:01:26 +00:00
Andy CA6JAU
06bafad705
Merge remote-tracking branch 'g4klx/master'
2016-12-31 12:20:17 -03:00
Jonathan Naylor
e34d83f8c2
Bump the version date.
2016-12-30 11:36:53 +00:00
Jonathan Naylor
781f9856bc
Allow for multi block non LC embedded data.
2016-12-28 17:40:32 +00:00
Jonathan Naylor
71bce770b2
Merge pull request #233 from cookieBerlin/master
...
Fix README.HD44780 Backlight Power Supply
2016-12-26 08:10:32 +00:00
cookieBerlin
bdb764c8e6
Fix README.HD44780 Backlight Power Supply
...
see http://wiringpi.com/dev-lib/lcd-library/ or https://de.wikipedia.org/wiki/HD44780
2016-12-26 00:51:30 +01:00
Jonathan Naylor
15dd390fb5
Small cleanup of the RSSI code.
2016-12-22 11:10:08 +00:00
Jonathan Naylor
8c0f05c04b
Type correction.
2016-12-22 10:29:39 +00:00
Andy CA6JAU
82b4651e7b
Merge remote-tracking branch 'g4klx/master'
2016-12-22 06:58:22 -03:00
Jonathan Naylor
d72bfeb539
Update the copyright message.
2016-12-22 09:42:09 +00:00
Jonathan Naylor
436f819282
Update the copyright message.
2016-12-22 09:41:42 +00:00
Jonathan Naylor
ddeb81a600
Initialise variables properly and restructure.
2016-12-22 09:14:39 +00:00
Jonathan Naylor
8732817437
Remove id validation of network data.
2016-12-22 09:08:37 +00:00
Jonathan Naylor
b6ffc646af
Small clean up.
2016-12-22 09:04:46 +00:00