Collecting great stuff created by other folks. Contribute to lmenten/2.8-TFT-LCD-Touch-Screen-ILI9341-with-Arduino-Uno-and-Mega-from-Banggood.com development by creating an account on GitHub.
ILI9341ドライバICを搭載した液晶ディスプレイをESP32で動かす実験をしている。今まで、TFT_eSPIを使ってきたが、Arduino Adafruit ILI9341も試してみる。
#define TFT_RST 9 // you can also connect this to the Arduino reset. In which case, set this #define pin to 0! //#define TFT_SCLK 13 // set these to be whatever pins you like! //#define TFT_MOSI 11 // ...
Ever fancied creating your very own Arduino mobile phone? If you have, Adafruit has published detailed instructions on how to use the Arduino platform to create your very own custom mobile phone. This ...