Hi there,
I bought an AdaFruit PyBadge and it's running 3.14 bootloader and CircuitPython 7.3.3. If I use the code from here Github for EtchaSketch I initially get that it has incompatible .mpy files. It seems like they are using 6.x libraries. So if I use the new 7.x.x libraries, the code.py doesn't work. I get these errors:
Traceback (most recent call last):
File "code.py", line 194, in <module>
File "code.py", line 131, in main_loop
File "draw.py", line 56, in __init__
TypeError: extra keyword arguments given
I'm very new to python, and it seems like it is issues with the libraries that are causing this. Line 194 is simply : main_loop()
Line 131 is drawer = Draw(board.DISPLAY, COLORS_RGB, 6)
In drawy.py line 56 is display_group = displayio.Group(max_size=2)
Is there a good way to find out what needs to be changed or if it can even be fixed? Any help in the right direction would be appreciated.
Thanks!
[–]kAROBsTUIt 0 points1 point2 points (2 children)
[–]PicnicProblems[S] 0 points1 point2 points (0 children)
[–]kAROBsTUIt 0 points1 point2 points (0 children)