awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antirez avatar

antirez/micropython-ft6x06

0
View on GitHub↗

Micropython Ft6x06

This is a MicroPython driver for the FT6x06 touch chip used by many touch displays. The chip uses i2c to communicate with the host, with an interrupt to signal when touch data is available. This driver can be used both via a callback triggered by an interrupt and using just data polling,…

Features

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • 硬件驱动 - Driver for FT6x06 capacitive touch sensors.
10 星标·1 分支·Python·7 次浏览

Star 历史

antirez/micropython-ft6x06 的 Star 历史图表antirez/micropython-ft6x06 的 Star 历史图表

Micropython Ft6x06 的开源替代方案

相似的开源项目,按与 Micropython Ft6x06 的功能重合度排序。
  • rust-embedded/embedded-halrust-embedded 的头像

    rust-embedded/embedded-hal

    2,600在 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
    在 GitHub 上查看↗2,600
  • alankrantas/micropython-ttp229-bsfalankrantas 的头像

    alankrantas/micropython-TTP229-BSF

    18在 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
    在 GitHub 上查看↗18
  • almindor/max7219almindor 的头像

    almindor/max7219

    17在 GitHub 上查看↗

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

    Rust
    在 GitHub 上查看↗17
  • alankrantas/micropython-tea5767alankrantas 的头像

    alankrantas/micropython-TEA5767

    52在 GitHub 上查看↗

    TEA5767 is a cheap but functional FM radio module, which allow you to build DIY FM radios. It comes with an antenna via a 3.5mm jack but have no internal volume control.

    Python
    在 GitHub 上查看↗52
查看 Micropython Ft6x06 的所有 30 个替代方案→

常见问题解答

antirez/micropython-ft6x06 是做什么的?

This is a MicroPython driver for the FT6x06 touch chip used by many touch displays. The chip uses i2c to communicate with the host, with an interrupt to signal when touch data is available. This driver can be used both via a callback triggered by an interrupt and using just data polling,…

antirez/micropython-ft6x06 的主要功能有哪些?

antirez/micropython-ft6x06 的主要功能包括:硬件驱动。

antirez/micropython-ft6x06 有哪些开源替代品?

antirez/micropython-ft6x06 的开源替代品包括: 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)… almindor/max7219 — A platform agnostic driver to interface with the MAX7219 (LED display driver). arksine/canboot — Bootloader for ARM Cortex-M MCUs. armink/sfud — SFUD 是一款开源的串行 SPI Flash 通用驱动库。由于现有市面的串行 Flash 种类居多,各个 Flash 的规格及命令存在差异, SFUD 就是为了解决这些 Flash… alankrantas/micropython-tea5767 — TEA5767 is a cheap but functional FM radio module, which allow you to build DIY FM radios. It comes with an antenna…