jeffmer

Results 64 comments of jeffmer

Did you mean to write something?

It would not be difficult, however, I do not have a PineTime watch so I am not in a position to add support.

Thanks, I think you are right about the out of bounds, however, your code would give negative indices when c is greater than next as -4%8 is -4 for example....

Hi, I think the DFU for the GW32 is signed which is why you need to use SWD and OpenOCD. I spam afraid I do not have a full hex...

It should not take that long. It has probably disconnected or crashed in some way. You can copy files manually using Thonny to patch things up such as changing the...

The error is an incompatibility in the graphics.mpy file. This file uses an micropython.viper directive which requires the cross compiler to pick up the correct architecture option. That is in...

The import errors may be caused by the same thing.

At the command line type "your path"/mpy-cross -march=xtensawin graphics.py This will produce graphics.mpy which you can copy to the watch.

Also you check the version of the cross compiler with "your path"/mpy-cross -version

I am afraid that you have to wake from light sleep to execute any code. Have a look at the code for the alarm utility. You can probably hack it...