TFT_eSPI
u8g2
TFT_eSPI | u8g2 | |
---|---|---|
50 | 39 | |
3,814 | 5,192 | |
- | - | |
5.9 | 9.2 | |
3 months ago | 21 days 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?
u8g2
- DIY Mahjong Scorer Guide with Chito - mahjongAsst
-
Anyone had success displaying anything on GME64128-11 type displays?
Try the https://github.com/olikraus/u8g2/wiki library.
-
I need help with transparent display. More info in the comments
If you want to stick with the u8g2 library, be sure to check out the u8g2 wiki for some more information. There's a lot of info on the setup page and I find the u8g2 reference especially useful in practice.
-
Arduino with OLED
Check out the U8G2 library if you're going to work with OLED displays. It's really the best one out there and it does it all, supporting multiple OLED displays with the one library. It also has excellent support for numerous fonts in different sizes.
-
Library design that is not fixed to a specific mcu
I have been considering two different methods for achieving this. The first method is the one that Olikraus uses with the u8x8 library, which implements a callback system that handles the hardware abstraction layer. The second method that I have been contemplating is using i2cdev, which allows for sharing the i2c port with other threads.
-
Sketch - Cardboard - Improved cardboard. Next step: Laser cut case
I use the u8x8 library (https://github.com/olikraus/u8g2/wiki/u8x8reference) for the display. I like this library a lot!
-
I need some help, I want to "rotate" the screen by 180 degrees. I am just printing some simple data on the screen for my modified nerf gun. Any advice on how to do it?
Use u8g2, awesome library, very flexible, works with everything.
-
Both SH1106 and SSD1306 displays..?
Try U8G2. It works with both these OLEDs and many more.
-
STM32F411RE and SH1106 OLED Display
For displays like this, I strongly recommend the U8G2 (https://github.com/olikraus/u8g2) library. It has support for pretty much everything. However, you might need to find/write/tweak your own "hal" later, which is just a couple of simple callback functions that bridge it to the I2C or SPI ports of your MCU.
- 128x64 OLED display not working properly
What are some alternatives?
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
u8g2-hal-esp-idf - U8g2 compatibility component for esp-idf on ESP32
lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
Arduino - ESP8266 core for Arduino
Adafruit-ST7735-Library - This is a library for generic ST7735 128x128 TFT Displays, based on Adafruit library for their own 1.8" display
SparkFun_Micro_OLED_Arduino_Library - Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.
Adafruit-GFX-Library - Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
SPI_LCD - A simple C library for directly communicating with SPI-connected LCD displays
ssd1306 - Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
ArduinoCore-avr - The Official Arduino AVR core
UTFT-ESP - UTFT with support for ESP8266 and ESP32
bekantfirmware - Programmable position memory for IKEA BEKANT adjustable sit/stand desk