Add error check for STMPE610 config |
|
More...
|
over 6 years ago
|
Add example config (MCUFRIEND w/o touch) |
|
More...
|
over 6 years ago
|
Add example config for MCUFRIEND w/o touch |
|
More...
|
over 6 years ago
|
Merge pull request #97 from ImpulseAdventure/WIP96-Touch |
|
More...
|
over 6 years ago
|
DBG_TOUCH messaging cleanup |
|
More...
|
over 6 years ago
|
DRV_TOUCH_ADA_SIMPLE: Fix nRawPress width #96 |
|
More...
|
over 6 years ago
|
DRV_TOUCH_ADA_SIMPLE: Add workaround Adafruit getTouch() return value #96 |
|
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. |
|
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. |
|
More...
|
over 6 years ago
|
Add example config for TTGO BTC Ticker (ESP32) |
|
More...
|
over 6 years ago
|
Fix for DRV_TOUCH_INPUT in drv_adagfx |
|
More...
|
over 6 years ago
|
Rename example config for 2.4" and 3.5" FeatherWing |
|
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 |
|
More...
|
over 6 years ago
|
Rename example config for FeatherWing |
|
More...
|
over 6 years ago
|
Add support for Adafruit FeatherWing TFT |
|
More...
|
over 6 years ago
|
Add example config for Adafruit FeatherWing TFT |
|
More...
|
over 6 years ago
|
Fix example configs with FT6206 capacitive touch |
|
More...
|
over 6 years ago
|
Remove builder temp gradle files |
|
More...
|
over 6 years ago
|
Add Builder source code (aligns with 0.10.4-beta7) |
|
More...
|
over 6 years ago
|
Update Builder version |
|
More...
|
over 6 years ago
|
Merge pull request #91 from ImpulseAdventure/ImgUpdate |
|
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 |
|
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. |
|
More...
|
over 6 years ago
|
Adjust ex01 for consistency with other examples |
|
More...
|
over 6 years ago
|
Merge pull request #90 from ImpulseAdventure/TouchConstrain |
|
More...
|
over 6 years ago
|
Minor cleanup |
|
More...
|
over 6 years ago
|
Perform touch constraints after remapping (tft_espi) |
|
More...
|
over 6 years ago
|
Perform touch constraints after remapping (adagfx) |
|
More...
|
over 6 years ago
|
Change config check from error to warning |
|
More...
|
over 6 years ago
|
Add check for correct config settings |
|
More...
|
over 6 years ago
|