- 06 Dec, 2019 1 commit
-
-
Bodmer authored
Add TTGO T-Wristband config
-
- 05 Dec, 2019 2 commits
- 27 Nov, 2019 1 commit
-
-
Bodmer authored
Update to accommodate smooth font rendering, which need a background colour specified.
-
- 26 Nov, 2019 1 commit
-
-
Bodmer authored
Add: Destructor of TFT_eSprite.
-
- 21 Nov, 2019 1 commit
-
-
lovyan03 authored
-
- 11 Nov, 2019 5 commits
- 10 Nov, 2019 4 commits
- 02 Nov, 2019 4 commits
- 22 Oct, 2019 2 commits
- 21 Oct, 2019 1 commit
-
-
Bodmer authored
Images/sprites overlapping both sides of the display were not correctly cropped. Option added to allow RGB<>BGR colourr swap option to be used. ESP8266 Wemos D1 R1 pin numbering difference accomodated. TTGO T4 setup changed to use HSPI port.
-
- 07 Oct, 2019 1 commit
-
-
Bodmer authored
Setup 135 is for TTGO T Display (ESP32) Plus minor tweaks to avoid some warnings
-
- 03 Oct, 2019 1 commit
-
-
Bodmer authored
-
- 28 Sep, 2019 1 commit
-
-
Bodmer authored
Correct compile error.
-
- 08 Aug, 2019 1 commit
-
-
Bodmer authored
-
- 31 Jul, 2019 1 commit
-
-
Bodmer authored
Added support for ST7789 135 x 240 display which needs offsets Added Setup135_ST7789.h as an example setup file for ESP8266
-
- 30 Jul, 2019 2 commits
- 24 Jul, 2019 1 commit
-
-
Bodmer authored
-
- 21 Jul, 2019 6 commits
- 20 Jul, 2019 1 commit
-
-
Ricard Bitria Ribes authored
-Added new RM68140 480x320 TFT. It works like ILI9481 but needed some changes to make setRotation() work properly. -Fixed some PlatformIO warnings
-
- 11 Jun, 2019 1 commit
-
-
Bodmer authored
Fix getTouch() return status upon bounds overflow
-
- 03 Jun, 2019 1 commit
-
-
Bodmer authored
-
- 21 May, 2019 1 commit
-
-
Calvin Hass authored
- When the post-remapped coordinates exceed screen bounds, `getTouch()` was returning a "valid" status without updating the coordinates. This would result in spurious touch detection events at the screen boundaries. - The fix ensures that the return value is set to "invalid" in this boundary condition.
-