Results 62 comments of Calvin Hass

Hi @boromyr — In the default configuration, GUIslice enables debugging messages (to report errors) and also indicate the startup initialization. Please give the following a try: 1) Disable startup messaging...

For reference: touch debouncing was implemented in the `diag_ard_touch_test` diagnostic sketch. The filtering is currently implemented in a FSM within `DoDebounce()` and has a parameterizable filtering delay. I believe it...

Hi @gravity-addiction -- thank you for these updates! Regarding the `SetTouchDisabled()` and `SetScreenDisableRedraw()`, I would be interested in hearing a bit about your use-case for these calls. For `nTickArr`, I...

Hi @gravity-addiction -- sorry for the delay. I have pushed a few adjustments to your branch that I think may simplify the implementation. In particular, I have added a `SetStyleCustom()`...

Hi Gary -- you raise a good point with the use-case. In that case, let me take a look at the API and post a followup. thanks for the feedback!

Hey @gravity-addiction -- can you let me know if the latest version (pixel-oriented ticks array) that I pushed to your repo works for you? thanks!

Hi @rvxfahim -- 1) Could you first try downgrading **SdFat** to version 1.1.4 via the Arduino Library Manager (and again set **ENABLE_SOFTWARE_SPI_CLASS 1** in the `SdFatConfig.h`)? Some changes were made...

Thank you @rvxfahim for the detailed testing -- it's much appreciated! As noted, I have not spent much time testing the software SdFat mode... and the recent breaking changes to...

Hi — Can you confirm a couple things for me: - 1: Is gslc_SetBkgndColor() called in your sketch? If not, can you set it to GSLC_COL_BLACK? - 2: What overlapping...

@ASMotionLab -- thanks again for the detailed analysis! When you set E_ELEM_IMAGE34 and E_ELEM_IMAGE_35 to use FillEn(false), you should not see any white strobing effect. ie.: ![image](https://user-images.githubusercontent.com/8510097/100062187-126f2780-2de4-11eb-86eb-64a66dafee26.png) You mentioned that...