1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add error check for STMPE610 config
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add example config (MCUFRIEND w/o touch)
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add example config for MCUFRIEND w/o touch
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Merge pull request #97 from ImpulseAdventure/WIP96-Touch
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
DBG_TOUCH messaging cleanup
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
DRV_TOUCH_ADA_SIMPLE: Fix nRawPress width #96
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
DRV_TOUCH_ADA_SIMPLE: Add workaround Adafruit getTouch() return value #96
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Revise config strategy to enable easy selection #86 - Users can now select an example config (or user config) by uncommenting a single line in GUIslice_config.h.
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Change DEBUG_ERR default to 1, even for Arduino - This will help new users debug operation when running examples ex01 and ex02, but at the expense of greater memory consumption. - Once basic device operation is confirmed in ex01 and ex02, baseline Arduino users may want to reduce the memory consumption by disabling debug messaging. This can be done by setting DEBUG_ERR to 0 in GUIslice_config_ard.h.
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add example config for TTGO BTC Ticker (ESP32)
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Fix for DRV_TOUCH_INPUT in drv_adagfx
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Rename example config for 2.4" and 3.5" FeatherWing
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add support for Adafruit 1.8" TFT shield - Also support ST7735 extra initialiation via DRV_DISP_ADAGFX_ST7735_INIT - Fix rotation for ST7735 - Add example config ard-adagfx-shld-tft18v2.h
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Rename example config for FeatherWing
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add support for Adafruit FeatherWing TFT
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add example config for Adafruit FeatherWing TFT
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Fix example configs with FT6206 capacitive touch
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Remove builder temp gradle files
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add Builder source code (aligns with 0.10.4-beta7)
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Update Builder version
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Merge pull request #91 from ImpulseAdventure/ImgUpdate
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Support dynamic image updates - ElemSetImage() can now be called multiple times in SDL mode. - Element redraw is now properly triggered
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Change element image default to filled for #89 - Change ElemCreateBtnImg() and ElemCreateImg() to default to filled instead of transparent - This avoids full page redraws when the image is updated/redrawn - The background fill color defaults to black, but can be changed with ElemSetCol() - If image transparency over arbitrary background is required, then use ElemSetFillEn(false) to enable the original behavior (ie. unfilled), but note the impact on redraws.
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Adjust ex01 for consistency with other examples
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Merge pull request #90 from ImpulseAdventure/TouchConstrain
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Minor cleanup
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Perform touch constraints after remapping (tft_espi)
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Perform touch constraints after remapping (adagfx)
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Change config check from error to warning
ImpulseAdventure
as Calvin Hass
More... over 6 years ago
Add check for correct config settings
ImpulseAdventure
as Calvin Hass
More... over 6 years ago