Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

"New" Wireless Display
#24

(14-05-2018, 21:32)engolling Wrote:  I just set up my brand new wireless display and it looks very nice, but I encountered some problems:

1st my personal evergreen  Blush ...
It seems that TFT Display and touch in my device are rotated against each other like at the displays with the yellow pin header.
I downloaded the newest software and changed all the libraries, that only the provided ones were in the folder.

To solve the rotation problem I had to change the rotation in the init lines:

Code:
 tft.init();
 tft.setRotation(1);
 tft.setTextWrap(false);

I'm not 100% sure if this are no side effects of my changed libraries of the RX software, but at least 95%.
Could it be possible that I have got a display of the new batch using other displays?

Hi engolling,

There is no need to do any changes on the published code!
Every unit is tested before sending, so I know they are working properly, including the touch panel.
When you upgraded the software, have you noted that there are two possible options for the touch panel in the Config_Options?

Code:
// Define type of your TFT Touch Panel
// --------------------------------------------------------------------------------------
//   TFT Display Touch Panel type
// --------------------------------------------------------------------------------------
#define TOUCH_PANEL_TYPE      1      // 1= Type 1 (Touch Panel connections at Top Left),  2= Type 2 (Touch Panel connections at Bottom Left)  


I'm absolutely sure that both units I sent to you use Type 1 touch panel, please check if you haven't programmed them with the wrong type.


(14-05-2018, 21:32)engolling Wrote:  2nd problem is the RF relay function because at the moment I can not receive messages of the RX unit.
The relay IDs are equal at default value 0xA3 and relay data is enabled.

Code:
#define RELAY_DATA       1   // 0= Disables Data Relay, 1= Enables Data Relay

I activated RF debugging at the WD unit and it doesn't show any messages. But I already changed the RF transmitter of the RX unit which is connected properly.

Should 
Code:
//#define PRINT_DEBUG_RF_MESSAGES

on the RX software also print the relay messages? Because at the moment I can only see received messages.

Is this happening with both WD units?
Try changing (increasing or decreasing) the distance between the receiver and the WD units, it may seem strange, but start by trying the WD units without antenna.

Looking for news.

Reply


Messages In This Thread
"New" Wireless Display - by hornychz - 25-04-2018, 14:44
RE: "New" Wireless Display - by werk_ag - 25-04-2018, 17:15
RE: "New" Wireless Display - by hornychz - 25-04-2018, 19:30
RE: "New" Wireless Display - by Palmyweather - 26-04-2018, 10:46
RE: "New" Wireless Display - by werk_ag - 26-04-2018, 19:51
RE: "New" Wireless Display - by Palmyweather - 26-04-2018, 20:16
RE: "New" Wireless Display - by qldbureau - 26-04-2018, 11:27
RE: "New" Wireless Display - by werk_ag - 26-04-2018, 20:07
RE: "New" Wireless Display - by werk_ag - 26-04-2018, 20:18
RE: "New" Wireless Display - by Palmyweather - 29-04-2018, 01:03
RE: "New" Wireless Display - by werk_ag - 29-04-2018, 06:14
RE: "New" Wireless Display - by cjthomson - 28-04-2018, 12:38
RE: "New" Wireless Display - by werk_ag - 29-04-2018, 06:12
RE: "New" Wireless Display - by zitoune - 30-04-2018, 14:41
RE: "New" Wireless Display - by zitoune - 30-04-2018, 14:43
RE: "New" Wireless Display - by hornychz - 30-04-2018, 14:57
RE: "New" Wireless Display - by uncle_bob - 30-04-2018, 21:46
RE: "New" Wireless Display - by qldbureau - 30-04-2018, 22:01
RE: "New" Wireless Display - by Barrow4491 - 01-05-2018, 01:23
RE: "New" Wireless Display - by zitoune - 01-05-2018, 06:13
RE: "New" Wireless Display - by uncle_bob - 01-05-2018, 07:05
RE: "New" Wireless Display - by werk_ag - 02-05-2018, 00:01
RE: "New" Wireless Display - by engolling - 14-05-2018, 21:32
RE: "New" Wireless Display - by werk_ag - 14-05-2018, 23:02
RE: "New" Wireless Display - by engolling - 15-05-2018, 21:39
RE: "New" Wireless Display - by werk_ag - 15-05-2018, 22:30



Users browsing this thread: 1 Guest(s)