19-06-2020, 19:17
(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

