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

Mega 2560 problem
#31

(18-06-2020, 23:04)bombenm Wrote:  No, when i turn on the receiver,  after the initialization process, it shows the menu screen and the tuch screen does not work.

Do you have any close picture of the TFT display, front and rear? Looking to the the front size, where is placed the touch ribbon? Top left, or bottom left?
Reply
#32

(18-06-2020, 23:11)bombenm Wrote:  Even the display of the 4pro device does not work the touch screen.
The information is displayed by changing the various screens every few minutes.

All the 4Pro Wireless Display units which are supplied fully assembled, are tested before shipping, so please check if when you reprogrammed it, you have kept this setting:

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

and also check if you are using the libraries supplied on the software package, and not any others, no matter if they are newer or older versions.
Reply
#33

(18-06-2020, 23:15)Werk_AG Wrote:  
(18-06-2020, 23:04)bombenm Wrote:  No, when i turn on the receiver,  after the initialization process, it shows the menu screen and the tuch screen does not work.

Do you have any close picture of the TFT display, front and rear? Looking to the the front size, where is placed the touch ribbon? Top left, or bottom left?

Touche Ribbon is placed top left.  This is the purchased display: https://www.amazon.it/gp/product/B07R5Z7...FYDX&psc=1
Reply
#34

(18-06-2020, 23:25)bombenm Wrote:  Touche Ribbon is placed top left.  This is the purchased display: https://www.amazon.it/gp/product/B07R5Z7...FYDX&psc=1

Good, that display should work, so lets try to solve one thing at a time.

- Pro2 PLUS Config_Options.h

Code:
// --------------------------------------------------------------------------------------
//   Define Type of your Touch Panel (Applies only to PCB Versions >= 20)
// --------------------------------------------------------------------------------------
#define TOUCH_TYPE       3    // 3= Default Setting, 1= Setting for displays with the "Yellow Pins"

Keep it at 3.

Next, if the touch screen still not work, try to swap the T_MOSI and T_MISO pins
Reply
#35

(18-06-2020, 23:54)Werk_AG Wrote:  
(18-06-2020, 23:25)bombenm Wrote:  Touche Ribbon is placed top left.  This is the purchased display: https://www.amazon.it/gp/product/B07R5Z7...FYDX&psc=1

Good, that display should work, so lets try to solve one thing at a time.

- Pro2 PLUS Config_Options.h
Code:
// --------------------------------------------------------------------------------------
// Define Type of your Touch Panel (Applies only to PCB Versions >= 20)
// --------------------------------------------------------------------------------------
#define TOUCH_TYPE 3 // 3= Default Setting, 1= Setting for displays with the "Yellow Pins"

Keep it at 3.

Next, if the touch screen still not work, try to swap the T_MOSI and T_MISO pins

Hi Week,
 Today I did more tests.

I changed the touch setting by changing it from 3 to 1 and the result was that the display shows all the weatherduino pages in sequence one page per second.

When I reset the setting to 3, the display is back on the menu page.
The touch screen never worked neither in setting 3 nor in setting 1.

I tried to swap the T_MOSI and T_MISO pins, and the result was exactly like when I set the touch setting to 1.

Regards
Reply
#36

Hi,

Is the PCB version configured correctly ?

Code:
// --------------------------------------------------------------------------------------
//   Define PCB Version Number
// --------------------------------------------------------------------------------------
//                              Take particular attention to this setting.
//                              Your system may not work properly if you define a wrong pcb version number.
//                              In case of doubt check what is printed in your pcb.

#define PCB_VERSION   20     // PCB version number, without the decimal point Ex: PCB v1.3 = 13 (integer number)

Laurent
Reply
#37

(19-06-2020, 20:08)laulau Wrote:  Hi,

Is the PCB version configured correctly ?
Code:
// --------------------------------------------------------------------------------------
// Define PCB Version Number
// --------------------------------------------------------------------------------------
// Take particular attention to this setting.
// Your system may not work properly if you define a wrong pcb version number.
// In case of doubt check what is printed in your pcb.

#define PCB_VERSION 20 // PCB version number, without the decimal point Ex: PCB v1.3 = 13 (integer number)

Hi Laurent,

Absolutely Yes.
regards.
Reply
#38

(19-06-2020, 19:17)bombenm Wrote:  When I reset the setting to 3, the display is back on the menu page.
The touch screen never worked neither in setting 3 nor in setting 1.

I tried to swap the T_MOSI and T_MISO pins, and the result was exactly like when I set the touch setting to 1.

Regards

For your screen the setting should be 3.

What happens if you completely remove the touch cables?
Are you sure of being using the supplied libraries?
Reply
#39

(19-06-2020, 20:29)Werk_AG Wrote:  
(19-06-2020, 19:17)bombenm Wrote:  When I reset the setting to 3, the display is back on the menu page.
The touch screen never worked neither in setting 3 nor in setting 1.

I tried to swap the T_MOSI and T_MISO pins, and the result was exactly like when I set the touch setting to 1.

Regards

For your screen the setting should be 3.

What happens if you completely remove the touch cables?
Are you sure of being using the supplied libraries?

When i remove the touch cable,  there are no effects.  Screen shows the menu page.
Yes, I am using the supplied libraries.
Reply
#40

(19-06-2020, 21:03)bombenm Wrote:  When i remove the touch cable,  there are no effects.  Screen shows the menu page.
Yes, I am using the supplied libraries.

There is something strange here... I can't see how it can jump to the Menu screen even with the touch cables removed.
Out of curiosity, can you post your Config_Options.h file?
Reply




Users browsing this thread: 1 Guest(s)