TFT_eSPI
Adafruit-GFX-Library
TFT_eSPI | Adafruit-GFX-Library | |
---|---|---|
50 | 8 | |
3,830 | 2,411 | |
- | 1.1% | |
5.9 | 4.4 | |
4 months ago | about 2 months ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TFT_eSPI
- TFT display no connecting to ESP32
-
How do I start out with displays?
Bodmer's TFT_eSPI is a graphics library for drawing to various displays, like the ILI9341, which is supported. It can be used with the Arduino IDE to program a Pico to interface with an ILI9341 using SPI, 8 bit parallel or 16 bit parallel interfaces.
-
Connecting ESP32 with TFT Display
For example, the electropeak link you posted showed a TFT LCD with the ILI9341 chip, and if you are using the TFT_eSPI library, this file needs to be configured https://github.com/Bodmer/TFT_eSPI/blob/master/User_Setup.h , the default configuration looks correct in this case.
- How to use 8bit Ili9341 with esp32 using eyespi
-
Unable to get LILYGO T-QT board working. User_Setup.h help.
Example Setup70b_ESP32_S3_ILI9341.h
-
ESP32-iLi9341 with DIGITEN G3/8 Water Flow Hall Sensor shows negative value
Discription /* * Esp32 WROOM with iLi9341_TFT display * TFT_eSPI Library // https://github.com/Bodmer/TFT_eSPI * * ESP32Encoder Library // https://github.com/madhephaestus/ESP32Encoder.git * * DIGITEN G3/8 Water Flow Hall Sensor * Red - VIN(5v) * Black - GND * Yellow - D2 * * */ Enable TFT_eSPI Library #include // Hardware-specific library #include TFT_eSPI tft = TFT_eSPI(); // Invoke custom library ESP32ENCODER Setup ``` #include
-
Esp32 with DIGITEN G3/8 Water Flow Hall Sensor shows negative numbers
``` /* * Esp32 WROOM with iLi9341_TFT display * TFT_eSPI Library // https://github.com/Bodmer/TFT_eSPI * * ESP32Encoder Library // https://github.com/madhephaestus/ESP32Encoder.git * * DIGITEN G3/8 Water Flow Hall Sensor * Red - VIN(5v) * Black - GND * Yellow - D2 * *
-
What is the best method to split a single OLED screen and treat it as two separate sections?
My favorite Arduino compatible graphics library is https://github.com/Bodmer/TFT_eSPI
- [Esp32] Pantalla para dormir en TTGO T-Dislay?
-
For this TFT Display, can I buy a breakout board online or would I need to make one myself?
I was under the impression that since this display uses a ST7789V, I'd be able to use the TFT_eSPI library which has support for this controller with ESP32 board. Is that a correct assumption on my part?
Adafruit-GFX-Library
-
Simple Arduino Framework Photo Frame Implementation with Photos Downloaded from the Internet via DumbDisplay
[env] monitor_speed = 115200 [env:PICOW] ; ensure long file name support ... git config --system core.longpaths true platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipicow framework = arduino board_build.core = earlephilhower board_build.filesystem = littlefs board_build.filesystem_size = 1m lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay https://github.com/adafruit/Adafruit-ST7735-Library.git https://github.com/adafruit/Adafruit-GFX-Library https://github.com/Bodmer/TJpg_Decoder.git Wire SPI https://github.com/adafruit/Adafruit_BusIO build_flags = -D FOR_PICOW [env:TDISPLAY] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; Setup25_TTGO_T_Display bodmer/TJpg_Decoder LittleFS build_flags = -D FOR_TDISPLAY [env:TCAMERAPLUS] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; modify User_Setup_Select.h ... Setup44_TTGO_CameraPlus bodmer/TJpg_Decoder LittleFS Wire SPI SPIFFS build_flags = -D FOR_TCAMERAPLUS
- ST7789 Display with arduino nano Boost gauge
- Adafruit GFX 32bit frame buffer
-
Putting together some U8G2 graphics demos - looking for help from you!
here ya go: https://github.com/adafruit/Adafruit-GFX-Library
- Absolute novice here: why the heck is this not working?
-
Playing animated gifs with an ESP8266... should I just give up and upgrade?
Most likely you're not using a graphics library that does DMA: https://github.com/adafruit/Adafruit-GFX-Library/issues/329
- trying to locate documentation.
What are some alternatives?
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
U8G2_SSD1306_graphics_demos
lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
Adafruit_BME680
Adafruit-ST7735-Library - This is a library for generic ST7735 128x128 TFT Displays, based on Adafruit library for their own 1.8" display
Watchy - Watchy - An Open Source E-Ink Smartwatch
u8g2 - U8glib library for monochrome displays, version 2
Adafruit_Learning_System_Guides - Programs and scripts to display "inline" in Adafruit Learning System guides
ssd1306 - Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
Adafruit_BusIO - Arduino library for I2C & SPI abstractions
UTFT-ESP - UTFT with support for ESP8266 and ESP32
ATmega328-Tiny-3D-Engine - 3D model viewer made for the ATmega328 and Sainsmart 1.8" TFT screen (ST7735)