bobricius / Armachat-circuitpython

New armachat based on Raspberry Pi PICO an Circuitpython code
78 stars 20 forks source link

boot_out error #11

Closed kog001 closed 1 year ago

kog001 commented 1 year ago

One issue solved, a new one appeared.

I installed the new software and configured the config.py as indicated. The display shows only the snake in the corner.

The boot_out file gives the following error: boot.py output: Traceback (most recent call last): File "boot.py", line 11, in < module> File "/lib/picomputer.py", line 2, in < module> File "/lib/config.py", line 229, in < module> IndexError: Group index out of range

Any ideas?

Thanks.

bobricius commented 1 year ago

Cpython8font8x16regular.uf2 is uploaded? check display configuration

kog001 commented 1 year ago

You were right,

I was loading the wrong Cpython version.

Thank you!