Results 62 comments of Calvin Hass

Hi Tony — in general, the calibration was supposed to take care of the display vs touch orientation so it is interesting to find a case where we need an...

Thanks Tony... yes, we might need to apply some additional options to support your particular capacitive display. Could you run the following test for me? - Load `examples/arduino/diag_ard_touch_calib` - Modify...

Hi @tpitman — we can certainly add the ability to flip the capacitive touch orientations, much like you had proposed here. The reason for my test request in https://github.com/ImpulseAdventure/GUIslice/pull/249#issuecomment-681624325 was...

Hi Thomas -- Sorry for the delay... Yes, it should be possible to add support for **GxTFT**. Thankfully, ZinggJM's driver looks like it provides an API that is similar to...

Hi @knyipab -- thank you very much for the detailed and thoroughly-considered feature request! Supporting a stream-based image source does look useful for certain niche applications. However, I am anticipating...

@eloaders & @NickNifontov -- yes, this is a good suggestion. I have some ideas in how a ComboBox can be implemented but please note that it may take some time...

Long overdue update! Now that the extended elements have been split out #121, it is much easier to add new element types. That said, I have now begun working on...

The new XListbox element has been merged into the master, available by including `elem/XListbox.h` Example screenshot of single-column **XListbox** control with scrollbar integration: ![image](https://user-images.githubusercontent.com/8510097/54411806-b155fd80-46ad-11e9-9881-5990e6209dfd.png) - The above single-column example (w/...

Posted proof-of-concept for multiple layers / tabbed dialog in #71 in new branch [WIP71-GlobalPage](https://github.com/ImpulseAdventure/GUIslice/tree/WIP71-GlobalPage).

Created initial work on simplifying configuration strategy in #86