Closed SuperYeti closed 8 years ago
This effect is new for me. What kind of hardware and which version of arduino do you use?
Sainsmart Arduino mega 2650 Sainsmart TFT shield Sainsmart TFT touch 3.2" display
Arduino 1.7 On Feb 20, 2016 1:39 AM, "AndreiDegtiarev" notifications@github.com wrote:
This effect is new for me. What kind of hardware and which version of arduino do you use?
— Reply to this email directly or view it on GitHub https://github.com/AndreiDegtiarev/AWind/issues/3#issuecomment-186556356 .
I have also everything the same like yours except the board. I am using DUE. Could you please try the simplest example "Text" and before test it completly disconnect your board from power and connect it again.
I'm playing around with the examples and my first extension of one of them, and touch isn't working, and no button presses are reacting to anything. I've tried with the UTouch examples, and it's working fine, so it seems like it's something with the AWind library. I also tried checking if the touches are available in the main app loop, and they are, it just seems like it's not bubbling up through the lib. Update: I un-commented some debug statements in the WindowsManager.h, and I can see the touches make it that far. I just had it work until I connected the serial monitor, than it stopped. It seems related to that, any suggestions?