01-20-2020, 02:05 PM
(01-20-2020, 03:49 AM)danielt Wrote:(01-19-2020, 06:05 PM)Memiks Wrote:(01-19-2020, 04:11 AM)danielt Wrote: Just wondered if anyone has got the display going from MicroPython.
So far I've spent most of my time on PineTime hacking together a bootloader robust enough to allow me to stick the back on (albeit with something I could undo in an emergency). Nothing too fancy... just getting the bootloader and app cooperate to turn the user button into a watchdog enforced long press reset button.
I've been using MicroPython with a BLE REPL as a test payload and the next step is to get something on the display so I just wondered if someone is ahead of me there and already has this going in Python? Once the back is on I'd like to at least see the time!
I found this project https://github.com/devbis/st7789_mpy
but not tested for the moment since I would like to have a bootloader to test before.
Could you please provide your bootloader to test ?
My work to date can be found at https://github.com/daniel-thompson/wasp-os (the bootloader and micropython are both submodules which you can look at independently if you prefer). Having said that there's no documentation at this point... I'm still focused on getting the time to display (given this the device is a watch and all that).
Thank you for sharing this. Knowing some python I think this will be a good route for me to take.