esp-idf-st7789
esp_effects
Our great sponsors
esp-idf-st7789 | esp_effects | |
---|---|---|
1 | 4 | |
195 | 35 | |
- | - | |
0.0 | 0.0 | |
8 days ago | 7 months ago | |
C | C | |
MIT License | MIT No Attribution |
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.
esp-idf-st7789
esp_effects
-
Best way to use ST7789 in ESPIDF?
ST7789 is a MIPI DCS chip so you can use HAGL with MIPI DCS HAL. There are a couple of examples and a video or two. Also sorry for blatant self promotion.
-
M5 Stack Core 2 Power Control Library for ESP-IDF and Arduino
There is also a platform agnostic I2C driver for AXP192. For most sensors etc drivers only thing that changes between platforms are the io functions. I have been using this with M5Stack Core2 for a while. It is a bit annoying board to initialize. Especially because you need to initialize the AXP192 first before you can initialize the display.
-
Unable to find fast lightweight TFT driver for TTGO T-Display and ESP-IDF
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
Is there a problem with idf.py at the moment? I just tested and on my system it at least the ESP Effects builds ok
What are some alternatives?
zigimg - Zig library for reading and writing different image formats
esp-idf-lib - Component library for ESP32-xx and ESP8266
ESP32TimerInterrupt - This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
libspng - Simple, modern libpng alternative
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
pngle - Pngle - PNG Loader for Embedding
hagl - Hardware Agnostic Graphics Library for embedded
hagl_esp_mipi - ESP32 MIPI DCS abstraction layer for the HAGL graphics library
WUD-Ducky - An ESP32-S2 RubberDucky script parser, with Mouse/PenDrive support 🦆
esp-drone - Mini Drone/Quadcopter Firmware for ESP32 and ESP32-S Series SoCs.
st7789_mpy - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip
arduino-esp32 - Arduino core for the ESP32