Unable to find fast lightweight TFT driver for TTGO T-Display and ESP-IDF

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • esp_effects

    Old school demo effects for ESP32

  • D:\nevim>git clone https://github.com/tuupola/esp_effects --recursive Cloning into 'esp_effects'... remote: Enumerating objects: 226, done. remote: Counting objects: 100% (226/226), done. remote: Compressing objects: 100% (146/146), done. iving objects: 15% (34/226) remote: Total 226 (delta 146), reused 155 (delta 79), pack-reused 0 Receiving objects: 100% (226/226), 60.81 KiB | 1.84 MiB/s, done. Resolving deltas: 100% (146/146), done. Submodule 'components/axp192' ([email protected]:tuupola/axp192.git) registered for path 'components/axp192' Submodule 'components/axp202' ([email protected]:tuupola/axp202.git) registered for path 'components/axp202' Submodule 'components/esp_i2c_helper' ([email protected]:tuupola/esp_i2c_helper.git) registered for path 'components/esp_i2c_helper' Submodule 'components/hagl' ([email protected]:tuupola/hagl.git) registered for path 'components/hagl' Submodule 'components/hagl_esp_mipi' ([email protected]:tuupola/hagl_esp_mipi.git) registered for path 'components/hagl_hal' Cloning into 'D:/nevim/esp_effects/components/axp192'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/axp192.git' into submodule path 'D:/nevim/esp_effects/components/axp192' failed Failed to clone 'components/axp192'. Retry scheduled Cloning into 'D:/nevim/esp_effects/components/axp202'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/axp202.git' into submodule path 'D:/nevim/esp_effects/components/axp202' failed Failed to clone 'components/axp202'. Retry scheduled Cloning into 'D:/nevim/esp_effects/components/esp_i2c_helper'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/esp_i2c_helper.git' into submodule path 'D:/nevim/esp_effects/components/esp_i2c_helper' failed Failed to clone 'components/esp_i2c_helper'. Retry scheduled Cloning into 'D:/nevim/esp_effects/components/hagl'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/hagl.git' into submodule path 'D:/nevim/esp_effects/components/hagl' failed Failed to clone 'components/hagl'. Retry scheduled Cloning into 'D:/nevim/esp_effects/components/hagl_hal'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/hagl_esp_mipi.git' into submodule path 'D:/nevim/esp_effects/components/hagl_hal' failed Failed to clone 'components/hagl_hal'. Retry scheduled Cloning into 'D:/nevim/esp_effects/components/axp192'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of '[email protected]:tuupola/axp192.git' into submodule path 'D:/nevim/esp_effects/components/axp192' failed Failed to clone 'components/axp192' a second time, aborting

  • esp-idf-st7789

    ST7789 Driver for esp-idf

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • hagl

    Hardware Agnostic Graphics Library for embedded

  • ST7789 is a standard MIPI DCS chip so you could HAGL with the MIPI DCS HAL. In addition to drawing rectangles etc I have used it four couple of proof of concept apps such as video player and old school demo effects.

  • hagl_esp_mipi

    ESP32 MIPI DCS abstraction layer for the HAGL graphics library

  • Oh, I was looking at your project as well. Do you have any plans to migrate hagl_esp_mipi to esp-idf v4 (to use idf.py instead of make)?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts