Skip to main content

A wrapper around Pimoroni's `interstate75` library which allows for running locally and easier testing.

Project description

i75

Pipeline PyPI version PyPI - Downloads Coverage Status Documentation Status

A wrapper around Pimoroni's interstate75 library which allows for running locally and easier testing.

This library provides a module, i75, which contains additional useful functionality over what is provided by MicroPython and the Pimoroni libraries. For full details, please read the documentation.

This library also provides a script, i75, which is used when running programs on a normal PC for testing purposes. This is done by a set of modules which replicate the functionality of the native Interstate75(W) hardware, in particular using PyGame to represent a Hub75 LED matrix.

This emulation is far from perfect but hopefully allows a quicker development cycle than deploying to the physical hardware. In particular, problems may include:

  • Full Python3.x is used, so syntactic and semantic differences with MicroPython won't be picked up.
  • Your PC is many times more powerful than the RP2040 chip, so CPU limits won't be picked up.
  • Our emulation of built-in functionality may be incomplete or incorrect.
  • Sensors or additional hardware are not emulated.

Any help improving these limitations is most welcome. Please see CONTRIBUTING.md for more details.

Installation

To install this library either check it out from GitHub or install it from PyPI.

git checkout https://github.com/andrewjw/i75.git
cd i75
sudo python3 setup.py install

or

pip3 install i75

Running On A PC

To run your script simply follow i75 with the path to your script. There are examples provided in the examples directory, which can be run as follows.

i75 examples/clock/clock.py

Running On Interstate75

To install the library on your Interstate75 run install.sh. This will create an i75 directory on the Raspberry Pi Zero, and copy across the required files.

Install your script in the normal way, e.g.

ampy examples/clock/clock.py main.py

For ampy to work you need to tell it the correct device to use to communicate with Raspberry Pi Pico. To do that either run install.sh -p /dev/tty.usbmodemN or set the AMPY_PORT environment details. For more details about ampy, check out their documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

i75-1.11.0.tar.gz (32.1 kB view details)

Uploaded Source

Built Distribution

i75-1.11.0-py3-none-any.whl (53.2 kB view details)

Uploaded Python 3

File details

Details for the file i75-1.11.0.tar.gz.

File metadata

  • Download URL: i75-1.11.0.tar.gz
  • Upload date:
  • Size: 32.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for i75-1.11.0.tar.gz
Algorithm Hash digest
SHA256 75c7f5e5649371d4b61aeaf37e539ed879d7c1ad94fa900388c82398b2afaea2
MD5 d7d5e5df369e1972017baf34accb0d37
BLAKE2b-256 27bd22c3116ea175e48c4d66e70aeaf3b4ff4f496f5a6c9cc580aed4d46eb1f4

See more details on using hashes here.

File details

Details for the file i75-1.11.0-py3-none-any.whl.

File metadata

  • Download URL: i75-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 53.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for i75-1.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 894a79ec189b31512e24b1e2ae86f7c8f56fe834dd1363e2fba5d5b15b5630b2
MD5 4ecac75db53f3baeb5b230ce4cc8cc00
BLAKE2b-256 35d0d476adabebd2c0e8ba1e964f5cc0055f3506790baf1814013ab325c1728d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page