Commit graph

395 commits

Author SHA1 Message Date
Jonathan Naylor 63c6affa07 Merge pull request #17 from N4IRS/master
Add support for the Adafruit 16 x 2
2016-04-17 16:27:12 +01:00
root e3c4536754 Create a Makefile for the Adafruit 2016-04-17 08:23:10 -04:00
root 683383e30c Fix 2016-04-17 08:04:16 -04:00
root 2f09a0047f Add support for Adafruit i2c 16 x 2 RGB LCD Pi Plate 2016-04-17 07:11:05 -04:00
Mathias Weyland 38760db121 Adding VCH decoding with error counting for V/D type 2 VCHs. 2016-04-17 11:24:04 +02:00
Jonathan Naylor ff006133d4 Merge pull request #16 from phl0/nextion_display_sizes
Nextion display sizes
2016-04-16 22:56:29 +01:00
phl0 21760fcf29 Add TFT layout for 3.5" Nextion displays 2016-04-16 23:20:44 +02:00
phl0 913397f89b Moved Nextion display to 2.4" size 2016-04-16 23:10:09 +02:00
Jonathan Naylor fdb807a130 Merge pull request #15 from phl0/add_reflector_info
Add reflector info
2016-04-16 21:46:28 +01:00
phl0 b8a74c0340 Use 8 spaces as empty callsign as that is the case for the rest of the
code as well
2016-04-16 22:31:49 +02:00
phl0 d0f9ae0531 Add reflector info to TFTSerial 2016-04-16 22:25:51 +02:00
phl0 c4d5dd870e Reflector output on Nextion displays 2016-04-16 22:20:18 +02:00
phl0 961288ed90 Add reflector info for 2x40 LCDs 2016-04-16 22:13:06 +02:00
phl0 78c80f4d5c Add cast 2016-04-16 22:08:55 +02:00
phl0 ff06b1af64 Corrected typo 2016-04-16 22:04:23 +02:00
phl0 4c86422da3 Add forgotten include of cstring 2016-04-16 21:59:31 +02:00
phl0 bf128e76f3 Add output of information about incoming reflector 2016-04-16 21:45:49 +02:00
Jonathan Naylor 103950d27f Merge pull request #14 from phl0/define_display_sizes
Define display sizes
2016-04-16 16:06:31 +01:00
DF2ET eeb6d0a57e Changed variable dst to string 2016-04-16 10:28:45 +00:00
phl0 a853a8cad0 Merge remote-tracking branch 'upstream/master' into define_display_sizes
Conflicts:
	HD44780.cpp
2016-04-16 11:55:47 +02:00
Jonathan Naylor d14da84a2c Merge pull request #13 from phl0/lookup_dst_call
Lookup dst call
2016-04-15 15:05:12 +01:00
phl0 58204aeff3 Correct forgotten definition in Display.h 2016-04-15 15:37:01 +02:00
phl0 5b144203d9 Add destination call lookup to display output as well 2016-04-15 15:35:45 +02:00
phl0 8cd2784529 Add lookup of destination call to log output 2016-04-15 15:24:57 +02:00
phl0 a8cd27f0a0 Corrected swappin of line numbers 2016-04-15 13:40:57 +02:00
phl0 771fa606a0 Corrected comparisons on rows/cols 2016-04-14 23:57:20 +02:00
phl0 a34d5c43d0 Changed second half of writeDMR function 2016-04-14 23:31:57 +02:00
phl0 ebe33ceb24 Change firs halt of writeDMR function 2016-04-14 23:21:52 +02:00
phl0 b32eb55083 Change clearDMR function to explicit display sizes 2016-04-14 23:09:00 +02:00
phl0 c0be38a34e Change writeFusion to explicit display sizes 2016-04-14 23:01:04 +02:00
phl0 bced1c4214 Change writeFusion function to explicit display sizes 2016-04-14 22:57:23 +02:00
phl0 14aae85c7e Change display sizes for clearDStar function 2016-04-14 22:52:03 +02:00
phl0 5e04dc1fd7 Change writeDStar function to explicit sizes 2016-04-14 22:44:42 +02:00
Jonathan Naylor d94324899a Improve the start of the modem. 2016-04-14 19:03:51 +01:00
Jonathan Naylor 7c1fc0fbd0 Read the status early to avoid timeouts. 2016-04-13 08:14:30 +01:00
Jonathan Naylor 3a5b6c2798 Increase the modem inactivity timeout a little. 2016-04-13 07:51:43 +01:00
Jonathan Naylor fe9a503319 Bump the version date. 2016-04-12 21:46:01 +01:00
Jonathan Naylor 4ff6c0ad53 The full file suplied by Adrian VK4TUX. 2016-04-12 21:43:41 +01:00
Jonathan Naylor 43b90a58f8 Fix compile error that some people experienced. 2016-04-12 21:37:21 +01:00
Jonathan Naylor 8f836716b8 COnvert to handling new style YSF data from the modem. 2016-04-12 21:33:16 +01:00
Jonathan Naylor 8eb564ba37 Translate DMR Id to callsign from a file. 2016-04-12 18:26:13 +01:00
Jonathan Naylor 9c59294c23 Add extra commits and hopefully fix missing line on HD44780 in DMR mode, 2016-04-12 17:46:48 +01:00
Jonathan Naylor 469fd8623b Merge pull request #12 from phl0/add_source_identifier
Add source identifier
2016-04-12 09:32:26 +01:00
phl0 8b8399a26c Add source identifier to TFTSerial displays 2016-04-12 08:18:49 +02:00
phl0 fa6f42bd4c Add source identifier to Nextion displays 2016-04-12 08:18:01 +02:00
phl0 6e9ff3370b Add source identifier to 2-lined displays 2016-04-12 08:16:04 +02:00
phl0 975edd2dea Add source identifier to D-Star output on HD44780 2016-04-12 00:12:07 +02:00
Jonathan Naylor e62ff87811 Change the return value on zero lookups. 2016-04-11 12:29:03 +01:00
Jonathan Naylor 4329c627db Hopefully fix the missing display of the first transmission in all modes. 2016-04-11 12:21:46 +01:00
Jonathan Naylor 9c283395fd The beginnings of DMR Id to callsign lookups. 2016-04-11 11:52:21 +01:00