Display - TFT 2.4 inches ILI9341/XPT2046¶
.
Plugin details¶
Type: Display
Name: TFT 2.4 inches ILI9341/XPT2046
Status: TESTING
GitHub: _P095_ILI9341.ino
Maintainer: TD-er
Used libraries: Adafruit GFX, Adafruit ILI9341
Description¶
This plugin allow to control a TFT screen (ILI9341) through HTTP API
## Environment Tested with WEMOS D1 Mini Pro and Wemos TDFT 2.4 Tested with ESPEasy 2.4.2 -tag mega-201902225)
TFT Shield : https://docs.wemos.cc/en/latest/d1_mini_shiled/tft_2_4.html Price : ~ 5.40€/$ (https://fr.aliexpress.com/item/32919729730.html)
Supported hardware¶
.
Commands available¶
Command |
Extra information |
---|---|
|
Control the screen (on, off, clear,..) Examples:
|
|
Draw line, rect, circle, triangle and text Subcommands:
|
Examples:
- Write Text :
tft,txtfull,0,0,HelloWorld
- Write Text another place:
tft,txtfull,100,40,HelloWorld
- Write bigger Text :
tft,txtfull,0,0,3,HelloWorld
- Write RED Text :
tft,txtfull,0,0,3,HelloWorld
- Write RED Text (size is 1):
tft,txtfull,0,0,1,RED,HelloWorld
- Write RED Text on YELLOW background (size is 1):
tft,txtfull,0,0,1,RED,YELLOW,HelloWorld
Select font :
tft,font,SEVENSEG24
tft,txtfull,0,0,1,RED,17.0
Change log¶
Changed in version 2.0: …
added 2020-04-20