- 22 Oct, 2019 1 commit
-
-
Bodmer authored
-
- 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.
-
- 20 May, 2019 1 commit
-
-
Bodmer authored
-
- 19 May, 2019 4 commits
- 15 Apr, 2019 1 commit
-
-
Bodmer authored
Added SD card storage for smooth fonts with ESP32 ESP32 will use PSRAM (if available and enabled) to hold smooth font metrics Improve performance of ESP32 Sprite shared functions Add basic ST7789 driver option Latent bug fixes for pin mask
-
- 04 Mar, 2019 1 commit
-
-
Bodmer authored
-
- 22 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 20 Feb, 2019 2 commits
- 19 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 18 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 17 Feb, 2019 1 commit
-
-
Bodmer authored
No change to legacy sketches meeded, UTF-8 decoding is on by default. Add colour test example.
-
- 14 Feb, 2019 1 commit
-
-
Bodmer authored
The touch screen handler was broken for the ESP8266 only. The library uses SPI write only configuration for ESP8266 so the SPI buffer can be recycled and it was left in write only mode. The library now switches back to read & write mode at the end of a transaction.
-
- 13 Feb, 2019 2 commits
- 11 Feb, 2019 1 commit
-
-
Bodmer authored
-
- 10 Feb, 2019 3 commits
-
-
Bodmer authored
-
Bodmer authored
Adafruit_GFX font support extended to Unidode Basic Multilingual Plane Print stream deocdes UTF-8 Smooth font ascent and descent (affects line spacing) changed to rely on metrics provided by Processing IDE (issue #303) Bug fix for font rendering with no background on RLE native fonts
-
Bodmer authored
-