MicroPython Logo
1.18
  • MicroPython 相关库
    • Python 标准库和micro库
    • MicroPython 特定库
    • 各类开发板专用库
    • 显示屏
    • 触摸屏
      • touch — 触摸屏
        • Classes
    • GUI-可视化控件
    • 摄像头
    • Extending built-in libraries from Python
  • MicroPython 语言和实现方法
  • MicroPython与CPython的区别
  • MicroPython 开发和构建
  • MicroPython 许可证信息
  • pyboard (STM32F405) 快速参考手册
  • 哥伦布 (STM32F407) 快速参考手册
  • 麦哲伦 (STM32H743) 快速参考手册
  • 达芬奇 (TKM32F499) 快速参考手册
  • ESP8266 快速参考手册
  • ESP32-C3 快速参考手册
  • ESP32 快速参考手册
  • ESP32-S2 快速参考手册
  • ESP32-S3 快速参考手册
  • 树莓派RP2xxx 快速参考手册
  • WiPy 快速参考手册
  • UNIX和Windows 快速参考手册
  • Quick reference for the Zephyr port
MicroPython
  • »
  • MicroPython 相关库 »
  • touch — 触摸屏
  • View page source

touch — 触摸屏¶

这个模块用于触摸屏控制。

Classes¶

  • class XPT2046 – XPT2046电阻屏
  • class GT1151 – GT1151电容屏
  • class FT5436 – FT5436电容屏
  • class GT911 – GT911电容屏
Next Previous

© Copyright - The MicroPython Documentation is Copyright © 2014-2022, Damien P. George, Paul Sokolovsky, and contributors Last updated on 29 Apr 2022.

Built with Sphinx using a theme provided by Read the Docs.
Versions and Downloads latest
Versions
latest
Downloads
PDF

External links
micropython.org
GitHub