ones I merged:
- https://github.com/adafruit/Adafruit_CircuitPython_turtle - tested PyGamer with
examples/turtle_simpletest.py
andturtle_sierpinski.py
were successful. I Triedturtle_koch.py
andturtle_overlayed_koch.py
also, and they don't seem to do anything. I will look into them some more tomorrow to see if adding back the weird lines change anything. - https://github.com/adafruit/Adafruit_CircuitPython_miniqr - tested PyGamer with
examples/miniqr_displaytest.py
- https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad - tested PyGamer with
examples/imageload_simpletest.py
- https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR
- https://github.com/adafruit/Adafruit_CircuitPython_BusDevice - tested CLUE with external BME680
- https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx
Skipped these:
-
adafruit/Adafruit_CircuitPython_RSA#10
- figured it should wait for brentru to test as comment notes
- I'm not familair with syntax like
from something import (things, in, parenthesis)
like line 27 inadafruit_rsa/__init__.py
- Not sure if it's safe to remove lines 44 and 45 in
adafruit_rsa/_compat.py
-
adafruit/Adafruit_CircuitPython_Motor#39
- examples/motor_pca9685_stepper_motor.py - lines 28 and 29. These parameters were on different lines in order to align with the comments.
- Looked good otherwise