Our great sponsors
-
ESP32_SPI_MASTER_NODMA_EXAMPLE
Non DMA version of the spi_master driver with ILI9431&ILI9488 example
Not the biggest accomplishment but was trying to figure out for some time how to interface with a ILI9488 driver. For those who also need help with this driver, considering the lack of straight answers online unless your using arduino, I used the code from https://github.com/loboris/ESP32_SPI_MASTER_NODMA_EXAMPLE for it. Needs some modification but it'll run (not using the graphics and fonts on there as I didnt need em just wanted to figure out what to do to get pixels on screen).
-
LovyanGFX
SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Lovyangfx: https://github.com/lovyan03/LovyanGFX/
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
esp32_ili9488_tft
ILI9488 display driver for esp32 base project, modified from https://github.com/loboris/ESP32_TFT_library
Related posts
- Smart mirror help!!
- LovyanGFX 0.5.0 – rich and fast graphics library for ESP32 display devices
- Made a comparison between the ESP32-S3 SPI TFT and the ESP32-S3 Parallel TFT. The conclusion: SPI version is suitable for project need more GPIOs, and the parallel version is suitable for project require faster refresh rate.
- There are many ESP32s with displays on the market these days. I compared several displays. (LilyPi, WT32-SC01, MakerFabs' ESP32S2, Lolin32+ILI9488)
- LovyanGFX 0.4.x supports ESP8266 \o/