micropython-st7789py-lcd-dr.../docs/_sources/examples.rst.txt

22 wiersze
684 B
Plaintext
Czysty Zwykły widok Historia

2021-12-23 18:54:40 +00:00
****************
Example Programs
2021-12-23 18:54:40 +00:00
****************
2023-11-30 01:56:48 +00:00
Configuration modules
=====================
To run the examples, you need two modules that set up the display and buttons for the example MicroPython programs: **tft_config.py** and **tft_buttons.py**. These modules configure the display and manage button interactions, ensuring compatibility with various processors and displays. The provided modules located in the tft_configs folder are specific to the devices I used during testing; use them as a reference to create configuration modules for your device if it's not one of those included.
.. include:: configs.rst
Examples
========
2023-11-18 23:31:25 +00:00
.. toctree::
2023-11-30 01:56:48 +00:00
:glob:
examples/*
2023-11-18 23:31:25 +00:00