EasyManua.ls Logo

DFRobot FireBeetle ESP32-E - Page 35

DFRobot FireBeetle ESP32-E
92 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
p s o d e e t a co t o e s.
GDI supported screen:
1. 1.54inch 240x240 IPS TFT LCD Display with MicroSD Card Breakout (https://www.dfrobot.com/product-2072.html)
2. 2.0inch 0x240 IPS TFT LCD Display with MicroSD Card Breakout (https://www.dfrobot.com/product-2071.html)
3. 2.8inch 320x240 IPS TFT LCD Touchscreen with MicroSD (https://www.dfrobot.com/product-2106.html)
4. 3.5inch 480x320 TFT LCD Capacitive Touchscreen (https://www.dfrobot.com/product-2107.html)
/*ESP32 and ESP8266*/
#elif defined(ESP32) || defined(ESP8266)
#define TFT_DC 25
#define TFT_CS 14
#define TFT_RST 26
For more details, please refer to: https://wiki.dfrobot.com/2.0_Inches_320_240_IPS_TFT_LCD_Display_with_MicroSD_Card_Breakout_SKU_DFR0664
(https://wiki.dfrobot.com/2.0_Inches_320_240_IPS_TFT_LCD_Display_with_MicroSD_Card_Breakout_SKU_DFR0664)
7.7 RGB_LED
FastLED is a powerful but easy-to-use Arduino third-party library for controlling LED strips such as WS2812 and LPD8806. At present, FastLED is
recognized as one of the most widely used LED controlling libraries by Arduino developers. FireBeetle integrates FastLED into the core library.
The following code demonstrates how to use the 5/D8 conneted RGB_LED.