OPHoperHPO / lilygo-ttgo-twatch-2020-micropython

:snake:MicroPython for LilyGO TTGO T-Watch-2020:snake:
MIT License
57 stars 12 forks source link

Support for V2 and V3 #10

Open florentmaye opened 3 years ago

florentmaye commented 3 years ago

Hi!

Thank you for this great work. I would like to use it with the V2 and V3 twatch. What need to be done to make it compatible. Does it require a lot of rework?

Thank you for your help :)

KevinUTAT commented 2 years ago

Same question. I am going to go ahead and test this on my V2. All T-watches share the same basic sensors so my hope is high. Fingers cross.

Thanks for this library!

joaduo commented 2 years ago

I bought a V2 because it has GPS and SD Card. (but only 4mb of flash :-/ ) Can we get some arrows on what's needed to modify to also run micropython on V2 (and V3) models ?

KevinUTAT commented 2 years ago

BTW, I couldn't get microPython to work on my V2 nor my original Twatch(2019). I have given up and opt to use the Arduino bootloader instead. If you are comfortable with C/C++, this is a much better experience than uPython. Porting code between the 3 versions of Twatch only require changing a header file in most cases.