-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-matrixportal_m4.txt
41 lines (28 loc) · 1.37 KB
/
requirements-matrixportal_m4.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-FileCopyrightText: 2021-2022 Raphaël Doursenaud <[email protected]>
# SPDX-License-Identifier: MIT
# Basic requirements for the board.
# See https://learn.adafruit.com/adafruit-matrixportal-m4?view=all#adafruit-circuitpython-bundle
# Main library used with the MatrixPortal.
adafruit-circuitpython-matrixportal
# Base library that adafruit_matrixportal is built on top of.
adafruit-circuitpython-portalbase
# Internet access via the ESP32 using (you guessed it!) SPI transport. You need this for anything Internet.
adafruit-circuitpython-esp32spi
# For controlling the onboard neopixel.
adafruit-circuitpython-neopixel
# Low level support for I2C/SPI.
adafruit-circuitpython-busdevice
# Allows us to perform HTTP requests and get responses back from servers. GET/POST/PUT/PATCH - they're all in here!
adafruit-circuitpython-requests
# Allows you to create fake HTTP requests by using local files.
adafruit-circuitpython-fakerequests
# Helps connect the PyPortal to the free data logging and viewing service Adafruit IO.
adafruit-circuitpython-adafruitio
# Reads and parses font files.
adafruit-circuitpython-bitmap-font
# Displays text on the screen.
adafruit-circuitpython-display-text
# Used for the onboard accelerometer to detect the orientation of the MatrixPortal
adafruit-circuitpython-lis3dh
# Used for communicating with MQTT servers.
adafruit-circuitpython-minimqtt