- 10 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 08 Feb, 2019 2 commits
- 04 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 03 Feb, 2019 1 commit
-
-
Bodmer authored
There is a bug in the ESP8266 Arduino core that averwrites the overlap mode setup and hold bits for the hardware driven SPI SS line. The TFT_eSPI library has been patched as a work-around. In overlap mode to maintain the required setup and hold times at 80MHz ESP8266 CPU clock the SPI rate must be 27MHz or less. At 160MHz CPU clock the SPI rate can be 40MHz.
-
- 31 Jan, 2019 1 commit
-
-
Bodmer authored
ESP32 printf() can handle String type but ESP8266 cannot.
-
- 25 Jan, 2019 2 commits
-
-
Bodmer authored
Add bounds checking to graphics functions Rationalise variable types and style used to minimse type casting needs (this change ended up being a more extensive refactoring than anticipated - but once started...) Add version reporting to diagnostic sketch Boost PDQ graphicstest performance
-
Bodmer authored
-
- 23 Jan, 2019 1 commit
-
-
Bodmer authored
-
- 22 Jan, 2019 5 commits
-
-
Bodmer authored
Because Weather Underground will no longer support free API's
-
Bodmer authored
If the VSPI port is in use and pins are not accessible (e.g. TTGO T-Beam) then add or uncomment the following line in the setup header file: //#define USE_HSPI_PORT Minor performance tweaks for ESP32 to minimise the occurence of the slow transaction overhead. setAddrWindow now takes xstart, ystart, width and height as inputs Multi-sample raw touch x and y for noisy displays Example update for setAddrWindow change compatibility
-
Bodmer authored
A 16 bit color image can now be plotted into an 8 bit Sprite.
-
Bodmer authored
-
Bodmer authored
UTFT8 encoded Unicode values were not being drawn on screen with versions after 2.4.1 of the ESP8266 core.
-
- 06 Jan, 2019 3 commits
-
-
Bodmer authored
The backlight control pin and ON state can be defined in the setup.h file. Addresses #229, #226, #221 Comments updated and ILI9488 warning added.
-
Bodmer authored
Speed up Sprite rotation on an ESP32 Update utf8 serial decoder to handle illegal format strings Remove need for D0_USED_FOR_xx (issue #271) Clean up setup files Correct various comment typos
-
Bodmer authored
Sprites can be rendered rotated with defined pivot points, 3 new examples have been added "Rotated_Sprite_1/2/3". The FLASH bitmap example has been moved to the Generic examples folder. Boundary checks have been added to pushImage() A new scrolling and wrapping in a Sprite example has been added.
-
- 01 Jan, 2019 1 commit
-
-
Bodmer authored
Added new function that sketch can call to convert raw ADC x and y values to calibrated screen coordinates: tft.convertRawXY(&x, &y); Redunced required number of SPI transfers needed to read raw values. Changed mode so PENIRQ pin is enabled so users sketch can read this signal (if needed). See issue #279.
-
- 26 Dec, 2018 1 commit
-
-
Bodmer authored
Fixes warning/error that is only reported with certain compiler warning flag settings ("All" in Arduino IDE).
-
- 03 Dec, 2018 1 commit
-
-
Bodmer authored
-
- 30 Nov, 2018 1 commit
-
-
Bodmer authored
Fixed bug where wrong wodth was returned for 1bpp Sprite Improved speed for copying a 1bpp Sprite into another 1bpp Sprite ( affects Sprite pushImage() function only) Added option to setup for colour inversion
-
- 29 Nov, 2018 1 commit
-
-
Bodmer authored
-
- 28 Nov, 2018 6 commits
- 27 Nov, 2018 2 commits
- 26 Nov, 2018 2 commits
- 25 Nov, 2018 6 commits
-
-
Bodmer authored
Not tested by Bodmer, tested by s60sc as in #238
-
Bodmer authored
-
Bodmer authored
-
Bodmer authored
Arduino library manager picked up the wrong release. This version raise is to forece a new release to be recognised. Releases 1.3.2 and 1.3.3 have been deleted.
-
Bodmer authored
I fixed the parallel and broke the SPI, now both work!
-
Bodmer authored
Parallel compatibility lost during recent updates. Now working again.
-
- 24 Nov, 2018 2 commits