jeffmer / WatchApps

Support to run Bangle/Espruino Apps on P8, ROCK and Magic3 Smart Watches
MIT License
18 stars 10 forks source link

Magic 3 touch, accel and build sources #9

Closed Chriz76 closed 3 months ago

Chriz76 commented 3 months ago

Hello and thank you for your great work!

Is the touch screen and the accelorator working on the Magic 3?

Is this the repo that you used for your magic 3 build and can I use it in the current state on the master branch as basis for own magic 3 builds:https://github.com/jeffmer/Espruino/blob/master/boards/Magic3.py

jeffmer commented 3 months ago

Yes, both touch and accelerator are working and yes, that’s the correct board file.

You will also need to add my version of lcd_spi_unbuf to the standard repository to build it. Hopefully that should work. I am afraid that I have not built it for some time.

Chriz76 commented 3 months ago

Thank you so much. That's great!