awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mcauser avatar

mcauser/deshipu-micropython-ili9341Archived

0
View on GitHub↗
3 stars·0 forks·Python·8 views

Deshipu Micropython Ili9341

Fork of the now archived https://bitbucket.org/thesheep/micropython-ili9341

Features

  • Hardware Drivers - SSD1606 e-paper display driver.
  • TFT Display Drivers - Collection of drivers for various TFT and OLED chips.

Star history

Star history chart for mcauser/deshipu-micropython-ili9341Star history chart for mcauser/deshipu-micropython-ili9341

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Deshipu Micropython Ili9341

These projects share indexed features with Deshipu Micropython Ili9341. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bodmer/tft_espiBodmer avatar

    Bodmer/TFT_eSPI

    4,805View on GitHub↗

    TFT_eSPI is an Arduino TFT display library and anti-aliased graphics engine used to drive displays via SPI or parallel interfaces on ESP32, ESP8266, STM32, and RP2040 microcontrollers. It provides a DMA-accelerated display driver to increase frame rates and a sprite-based frame buffer to prevent visual flickering. The library features an integrated touch screen interface for processing input from SPI-based controllers. It distinguishes itself with a rendering system capable of drawing anti-aliased shapes and high-quality Unicode fonts to eliminate jagged edges. The project covers a broad ran

    Carduinoarduino-libraryesp32
    View on GitHub↗4,805
  • rust-embedded/embedded-halrust-embedded avatar

    rust-embedded/embedded-hal

    2,600View on GitHub↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Rust
    View on GitHub↗2,600
  • alankrantas/micropython-ttp229-bsfalankrantas avatar

    alankrantas/micropython-TTP229-BSF

    18View on GitHub↗

    This MicroPython driver is for TTP229-BSF capacitive keypad on ESP8266/ESP32. Tested on both ESP8266 (WeMos D1 mini) and ESP32 (BPI:bit) with v1.11 firmware.

    Python
    View on GitHub↗18
  • almindor/max7219almindor avatar

    almindor/max7219

    17View on GitHub↗

    A platform agnostic driver to interface with the MAX7219 (LED display driver)

    Rust
    View on GitHub↗17
Compare all 30 related projects→

Frequently asked questions

What does mcauser/deshipu-micropython-ili9341 do?

Fork of the now archived https://bitbucket.org/thesheep/micropython-ili9341

What are the main features of mcauser/deshipu-micropython-ili9341?

The main features of mcauser/deshipu-micropython-ili9341 are: Hardware Drivers, TFT Display Drivers.

Which projects share features with mcauser/deshipu-micropython-ili9341?

Projects with overlapping indexed features include: bodmer/tft_espi — TFT_eSPI is an Arduino TFT display library and anti-aliased graphics engine used to drive displays via SPI or parallel… rust-embedded/embedded-hal — Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing… alankrantas/micropython-ttp229-bsf — This MicroPython driver is for TTP229-BSF capacitive keypad on ESP8266/ESP32. Tested on both ESP8266 (WeMos D1 mini)… antirez/micropython-ft6x06 — This is a MicroPython driver for the FT6x06 touch chip used by many touch displays. The chip uses i2c to communicate… antirez/st77xx-pure-mp — This is a pure-MicroPython driver for the ST7789 / ST7735 / ILI9471 / ILI9472 display drivers, designed in order to… almindor/max7219 — A platform agnostic driver to interface with the MAX7219 (LED display driver).