fbiego / esp32-c3-mini

A demo LVGL Watch project for ESP32 C3 mini 240*240 touch display development board. Can also be built natively to test the LVGL UI.
MIT License
147 stars 35 forks source link

Support for TTGO Watches #7

Open alpha815 opened 6 days ago

alpha815 commented 6 days ago

Hi,

Thank you for this amazing project! I truly appreciate all the hard work and dedication put into it.

I would like to inquire if there are any plans to support the TTGO Watch product lines. They have some excellent devices in their lineup, that are also well supported within the Arduino framework. It would be wonderful to see these devices integrated with your project.

Thank you for your time and consideration. https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library

fbiego commented 5 days ago

Thank you. Unfortunately, I do not have any TTGO boards as of now therefore I'm not able to test and add support

alpha815 commented 2 days ago

I might be able to add support for the TTGO T-Watch v2 as I have this version available. I will start by getting the user interface working. TTGO watches require initial configuration due to their Power Management Unit (PMU), but that should not be an issue. After that, do I need to configure the IMU for step counting? Is this feature available in the current firmware? Could you provide additional instructions?

fbiego commented 2 days ago

The project does not include any external sensors/peripherals interface. It is only the UI interface based on LVGL. This is because the original C3-Mini board does not have any IMU. This can however be included based on the board. You can fork the repo, add the configurations then test the board.