Results 62 comments of Calvin Hass

For reference, I posted an example of how one might do this with an encoder in #348 .

@joshelgin -- Thanks for creating a stripped down version of the EastRising capacitive touch test code. Note that I had encountered the same compilation issue with the sumotoy/FT5206 code (not...

Hi Josh -- Were you waiting to see if a library update could be created (to use Paul's modified FT5206), or to see if your backlight issue could be debugged?...

Hi @hyperlite2 — Some touch overlays are less sensitive in the corners (and may get filtered). We can move the calibration points away from the edge by adjusting TARGET_MARGIN from...

@hyperlite2 -- yes, your last observation is very important indeed! Just to confirm: - When you say that the corner is not responsive during calibration, I presume you mean that...

Thanks @hyperlite2 for the log. I understand that the built-in TFT_eSPI touch driver appeared to be working in all corners. Were you trying out the PS driver to get better...

Thanks for the suggestion! Yes, once I return to make some progress on #71, I think it would be reasonable to explore the creation of some basic templated popup dialogs....

Update: Now that #71 has been implemented, the ability to support popup dialogs is now also available. Example ex24 shows a example popup dialog on top of other page elements:...

Hi - this is likely due to a feature that may not be supported on your board. We can add detection for SAMD51 boards like we do for the Due...

@en-ot thank you for the detailed summary! Many display libraries don’t support clipping (especially when it comes to rendering characters), but thankfully TFT_eSPI recently added it with the setViewport() functionality....