Replies: 3 comments 10 replies
-
It may just fast a little bit. If you still want to fulfill your curiosity, try:
|
Beta Was this translation helpful? Give feedback.
-
with this settings compiler error is gone....but display stays white without showing anything.... |
Beta Was this translation helpful? Give feedback.
-
ok, just for my better understanding - so, it's not my "fault" or the ESP8266's, it's cause remapping is not possible when using your library in combination with ESP8266. |
Beta Was this translation helpful? Give feedback.
-
everythings works well with the original ADAFruit libaries
`#include "Adafruit_GFX.h"
#include "Adafruit_ILI9341.h"
#define TFT_DC 12
#define TFT_CS 15
#define TFT_RST 13
#define TFT_MISO 4
#define TFT_MOSI 14
#define TFT_CLK 2
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO);`
Cause of performance (and also a bit of curiosity) i wanted to try out this library....but i'm not able to find out the correct device declaration.
some help/info would be great.
thanks in advance and best regards
Beta Was this translation helpful? Give feedback.
All reactions