TFT_eSPI
ssd1306
TFT_eSPI | ssd1306 | |
---|---|---|
50 | 2 | |
3,814 | 678 | |
- | - | |
5.9 | 2.6 | |
3 months ago | about 1 month ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
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?
ssd1306
-
Using Adafruit SSD1306 library on WeAct Black Pill
The solution was an alternative library (https://github.com/lexus2k/ssd1306) which I found through here. It just needed wired to the default pins. Got a lot more to do with the black pill, group project for a prototype ECG
-
Display Menu on SSD1306 OLED display and select options by using Buttons need to do in esp-idf.
Check out this library: https://github.com/lexus2k/ssd1306 It has suppot for rendering menus. Here is an example sketch with menus: https://github.com/lexus2k/ssd1306/blob/master/examples/direct_draw/menu_demo/menu_demo.ino
What are some alternatives?
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Tiny4kOLED - Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C
lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
rpi-openwrt-packages - This repo contains packages for wiringpi and i2ctools / python-smbus for use in OpenWRT / Raspberry Pi
Adafruit-ST7735-Library - This is a library for generic ST7735 128x128 TFT Displays, based on Adafruit library for their own 1.8" display
SI4735 - SI473X Library for Arduino
u8g2 - U8glib library for monochrome displays, version 2
lcdgfx - Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
Adafruit-GFX-Library - Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
LibSSH-ESP32 - Libssh SSH client & server port to ESP32 Arduino library
UTFT-ESP - UTFT with support for ESP8266 and ESP32
SparkFun_Micro_OLED_Arduino_Library - Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.