Commit Graph

8 Commits

Author SHA1 Message Date
Dracir
e75407e60d
8 bit parallel fix for ESP-IDF (#2430)
* Add missing define

* Simplify menu. Add ESP32-S3 pin ranges
2023-02-21 00:15:09 +00:00
Jacques Supcik
6ee13641cf Enable HSPI configuration for ESP-IDF 2022-11-21 13:39:16 +01:00
Paul Tsupikoff
6c74d55292
Fix typo and remove unnecessary error in TFT_config.h
1. RGB configuration was configured incorrectly, and caused re-definition warnings.
2. MISO pin is not always set, so shouldn't trigger a compilation error (see e.g. `Setup25_TTGO_T_DISPLAY.h`).
2022-10-31 17:42:07 +01:00
Dracir
24a6a06a6b Merge upstream branch 'upstream/master' 2022-04-20 16:26:27 +02:00
Bodmer
7fc8b99b64 Add new background fill approach to smooth fonts
A new background rendering approach is used for smooth fonts which almost eliminates flicker. tft.print... can now be used with a background rendered for smooth fonts. Font_Demo_1/2/3... examples have been updated.
A new "docs" folder has been created and files moved there. The Tools folder now only contains support tools.

#1757 fixed by using Arduino calls.

A new USER_SETUP_ID parameter can be added to setup files and checked via a new verifySetupID(id); function.

Version raised to v2.4.50
2022-04-18 19:15:40 +01:00
dracir
c016ea65f0 Fix TFT_eSprite crash and improve menu 2022-04-14 12:51:11 +02:00
dracir
1ab684e40d Add configuration defines 2022-04-11 12:20:38 +02:00
dracir
248c15d9e9 Add idf component files 2022-04-10 12:53:58 +02:00