TFT_eSPI
lvgl
TFT_eSPI | lvgl | |
---|---|---|
50 | 65 | |
3,851 | 17,592 | |
- | 6.4% | |
5.9 | 9.9 | |
4 months ago | 6 days ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
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?
lvgl
-
Writing GUI applications on the Raspberry Pi without a desktop environment
LVGL is pretty much the IOT industry standard for 32-bit architectures like Renesas RX, Arm Cortex-M, ARC, TI MSP, Atmel...
https://lvgl.io/
-
Broadcast Audio URI
To my happy surprise, there was already QR code support in the LVGL module included in Zephyr so I made some minal QR code functionality to expose the required data once the Broadcast source was ready on the device. As this is a PoC, the non-changing parameters are hardcoded:
-
Ask HN: Nobody interested an open hardware iPod Nano?
So here is the thing: The iPod Nano 7g is from 2012. I've seen many people designing custom PCBs and releasing Kickstarter projects for custom audio players[5] or game handhelds[6]. I know Rockbox (which is great, but its lacks support for Wifi and Bluetooth AFAIK and just does not compete with the UX of iPod's audio book features in my opinion) and iPod Linux. 10 years ago someone even reverse engineered the iPod Nano 6g display[3].
Although I'm not skilled enough in PCB-Design, after some research I found the Lilygo T-Display S3 Pro[4] based on ESP32 S3, which would be the size, but lacks audio and OS. There is also the Mango PI CyberPad[7], which looked interesting, but maybe is already too clunky.
Programming wise, LVGL[8] may be a good framework to develop a modern and efficient UI - at least it looks promising.
So, why is nobody interested in recreating an iPod nano like device? It should be doable with modern tech, but Phones have completely taken over the marked...
1: https://www.reddit.com/r/audiobooks/comments/14ue4un/comment/ks1sj99/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
2: https://github.com/advplyr/audiobookshelf-app/issues/847
3: https://www.youtube.com/watch?v=7TedIzmguP0
4: https://www.lilygo.cc/products/t-display-s3-pro
5: https://www.youtube.com/watch?v=1C597AkhGtw
6: https://www.funkey-project.com/
7: https://mangopi.org/cp1m
8: https://lvgl.io/
-
LVGL 9.0 Released
LVGL is a graphics library used mostly for embedded UI's. Main website: https://lvgl.io/
-
imgui VS lvgl - a user suggested alternative
2 projects | 3 Nov 2023
Popular embedded UI library
- LVGL: Light and Versatile Graphics Library
-
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop
If you need something written in C and very tiny, I recommend LVGL https://lvgl.io/
- Open-source graphics library to create UIs for any microcontroller
- How to write display drivers?
-
Lilygo T-Display-S3 AMOLED
The factory code uses the Lvgl graphic library. https://github.com/lvgl/lvgl
What are some alternatives?
LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Adafruit-ST7735-Library - This is a library for generic ST7735 128x128 TFT Displays, based on Adafruit library for their own 1.8" display
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
u8g2 - U8glib library for monochrome displays, version 2
GuiLite - ✔️The smallest header-only GUI library(4 KLOC) for all platforms
Adafruit-GFX-Library - Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
ssd1306 - Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
micropython-micro-gui - A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. See also micropython-touch.
UTFT-ESP - UTFT with support for ESP8266 and ESP32
littlefs - A little fail-safe filesystem designed for microcontrollers