gfx_demo
TFT_eSPI
gfx_demo | TFT_eSPI | |
---|---|---|
40 | 50 | |
71 | 3,749 | |
- | - | |
0.0 | 5.9 | |
over 2 years 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.
gfx_demo
-
GFX Library Roundup (See comments for links)
GFX Library Documentation: https://www.codeproject.com/Articles/5302085/GFX-Forever-The-Complete-Guide-to-GFX-for-IoT
-
Waveshare 1.54inch (b) V2 3-color e-paper w/ GFX (see comments)
GFX is a feature rich graphics library that does jpg loading, truetype fonts, alpha blending, etc.
- GUI Design on the fly
- Latest GFX driver library roundup
-
This is a shot in the dark - color dithering on the ESP32
starting at line 573 here: https://github.com/codewitch-honey-crisis/gfx_demo/blob/master/lib/gfx/include/gfx_palette.hpp
-
ESP32 multi display with SD card
basically draw to a bitmap and then blt that to the display. you can do the latter asynchronously, so you can load, then display, and while displaying, load the next one. it won't help immensely, but it will speed things up slightly. In GFX you'd use draw::bitmap_async. There's full documentation linked to from the link I gave you above - look in "Properly doing asynchronous draws" https://www.codeproject.com/Articles/5302085/GFX-Forever-The-Complete-Guide-to-GFX-for-IoT
- GFX is now available as a PlatformIO library
-
ESP-IDF and SPI overhead - why I've focused on targeting Arduino
I queue a variable number of transactions, either polling or non depending on context, using this code I wrote: https://github.com/codewitch-honey-crisis/gfx_demo/blob/master/src/esp-idf/drivers/common/spi_master.hpp
- I just got my waveshare 5.65 inch 7-color e-paper working with GFX!
-
Dual core really faster? ESP32 versus ESP32!
In case the OP doesn't respond, I'll field your question as best as I can: You can do the rendering using a bitmap flipping algorithm along with DMA. I also know it's possible to keep the framebuffer for that display in ram, with memory left over to do bitmap flipping because I do that very thing in https://github.com/codewitch-honey-crisis/gfx_demo - that device is a Lilygo-TTGO and I have several. The above code can run on it.
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?
What are some alternatives?
nf-interpreter - :gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
at24cx - C library for AT24CX EEPROM I2C interface. Sample implementations for esp32 (esp-idf) and raspberry pi pico (PICO-SDK) included
lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
lv_port_esp32 - LVGL ported to ESP32 including various display and touchpad drivers
Adafruit-ST7735-Library - This is a library for generic ST7735 128x128 TFT Displays, based on Adafruit library for their own 1.8" display
esp-mqtt - ESP32 mqtt component
u8g2 - U8glib library for monochrome displays, version 2
gfx - GFX is a device independent graphics library primarily intended for IoT MCUs but not limited to that.
Adafruit-GFX-Library - Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
JETGPIO - C library to manage the GPIO header of the Nvidia Jetson boards
ssd1306 - Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms