George Ioakimedes

Results 64 comments of George Ioakimedes

Hi @Pconti31 thanks, I'm trying not to be a pain and only post an issue after I've done as much testing and research and not finding any helpful explanations. I...

I'm actually a bit surprised that more people aren't using CTP these days. The cost is almost negligible compared to resistive screens. I did see that issue and I've commented...

Ah, here's something a bit interesting after adding those defines: ``` DBG: PreRotate: x=153 y=140 DBG: Touch Press=255 Raw[153,140] Out[140,166] Trk: (140,166) P=255 : TouchDown TOUCH Event is 2 Count...

Hi @Pconti31 Thanks, I remember skimming through that issue but I'll have to re-read it as I too am mentally challenged at times! [Longpress-Btn_GSLC.zip](https://github.com/ImpulseAdventure/GUIslice/files/8248430/Longpress-Btn_GSLC.zip) I have been doing some debugging...

Enjoy your evening @Pconti31 and thanks again for following me on this journey. I'm struggling right now so it might be time to take a break. Yes, For my case...

@Pconti31 Thanks again for hanging in there. Yes, back in the limited display days you needed long presses to bring up menus but with touch screens and larger displays that...

@Pconti31 I had a chance to review the driver changes you made back in issue 405. I can see how eliminating the multi-touch support would improve the responsiveness on the...

@Pconti31 Thanks for putting an example together. I got pulled aside on another project so I haven't been able to spend more time on this. Hopefully I'll get back to...

I actually opened a discussion about buttons yesterday and hadn't seen this PR. I think this is an excellent path to go. I'm sure you've seen it but GUIslice has...

While continuing my research I ran across this repo, https://github.com/davetcc/IoAbstraction, which handles touch events for both resistive and capacitive screens, as well as other devices, in an interesting way.