sharandac / My-TTGO-Watch

A GUI named hedge for smartwatch like devices based on ESP32. Currently support for T-Watch2020 (V1,V2,V3), T-Watch2021, M5Paper, M5Core2 and native Linux support for testing.
GNU General Public License v2.0
524 stars 246 forks source link

2 questions #321

Closed greensquarecommitment closed 2 years ago

greensquarecommitment commented 2 years ago

how do i edit the watch, which files

sharandac commented 2 years ago

Thank you for your question, but I can't say exactly what to answer now?

Crsarmv7l commented 2 years ago

how do i edit the watch, which files

What do you wan to edit? A watchface or?

greensquarecommitment commented 2 years ago

i want to edit the code of the watch, it seems im unable to do so.

On Mon, Dec 13, 2021 at 5:52 PM Crsarmv7l @.***> wrote:

how do i edit the watch, which files

What do you wan to edit? A watchface or?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sharandac/My-TTGO-Watch/issues/321#issuecomment-992425264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWX3XR5N2GZLESVZN2GJJCDUQXQPFANCNFSM5JWXTC5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Rithvik Team 686 leader

XOXO

Crsarmv7l commented 2 years ago

i want to edit the code of the watch, it seems im unable to do so.

Simply use git in platformio and modify whatever you want in the source files.

I have modified quite a bit that way including power management, BLE services and characteristics, battery, apps.

You aren't being at all specific though, the firmware is made up of many .cpp's. Each with a diffferent role. Saying "modify the watch," could mean the entire firmware, the way the clock operates, the clockface, the themes, the apps, or really anything.

If you are referring to the stock firmware that is preinstalled on the watch when you got it, no you cant directly edit that (that I know of). You will need to take this source, modify it, compile it, then flash it to the watch.

greensquarecommitment commented 2 years ago

Ok, I'll check it out.

On Wed, Dec 15, 2021 at 10:46 AM Crsarmv7l @.***> wrote:

i want to edit the code of the watch, it seems im unable to do so.

Huh?.... Simply use git in platformio and modify whatever you want in the source files.

I have modified quite a bit that way including power management, BLE services and characteristics, battery, apps.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sharandac/My-TTGO-Watch/issues/321#issuecomment-994301164, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWX3XR2DQXUKSLEKU4SD6XDURAQDRANCNFSM5JWXTC5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Rithvik Team 686 leader

XOXO