lvgl VS micropython-micro-gui

Compare lvgl vs micropython-micro-gui and see what are their differences.

lvgl

Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. (by lvgl)

micropython-micro-gui

A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. (by peterhinch)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lvgl micropython-micro-gui
63 2
14,890 214
3.0% -
9.9 6.8
5 days ago 6 days ago
C Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

lvgl

Posts with mentions or reviews of lvgl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.

micropython-micro-gui

Posts with mentions or reviews of micropython-micro-gui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-05.
  • Feel like this is a long shot but could really use some assistance with Peterhinch's micropython gui
    1 project | /r/learnpython | 20 Jun 2022
    Hi there. I am an extreme beginner with python and programming generally and am trying to use a ssd1306 display with a tiny pico board with this (https://github.com/peterhinch/micropython-micro-gui) code library and cannot for the life of me figure out how to install this as there are few visuals and I am getting extremely confused by the instructions.
  • I Dread Writing Embedded GUIs
    3 projects | news.ycombinator.com | 5 Nov 2021
    That post really resonated with me. I attempted making my own ESP32-based remote for controlling my media centre while I'm in my kitchen, or generally away from my laptop.

    The nature of embedded with interrupts (e.g. from buttons) and trying to mix in MQTT events and nice multi-layered UI made me completely question my programming abilities.

    I really wanted to have modals/pop-ups (e.g. to show current volume on change) and it ended up so messy. Not only it is about control flow but about memory too (as the author mentioned). I couldn't just store a stack of "screens" to fall back to.

    I'm watching this library recently: https://github.com/peterhinch/micropython-micro-gui

    It seems promising to solve many of the common issues that you get, once you move from simple static information display.

What are some alternatives?

When comparing lvgl and micropython-micro-gui you can also consider the following projects:

TFT_eSPI - Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)

GuiLite - ✔️The smallest header-only GUI library(4 KLOC) for all platforms

slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

littlefs - A little fail-safe filesystem designed for microcontrollers

qt5-webkit-container - A barebones WebKit container for pure HTML5 UI

Elements C++ GUI library - Elements C++ GUI library

go - The Go programming language

flipper - A desktop debugging platform for mobile developers.

hagl - Hardware Agnostic Graphics Library for embedded