Hello SashaCX75 thanks for your answer.
My index.js file is in watchface/default-target/ directory.
So for me if i go up 2 level higher. i will go here :
https://i.postimg.cc/MHNxxwFY/Screenshot-20241230-235932-My-Files.jpg
So for me i need to go 2 level higher. I try to modify it and even to ...
Search found 3 matches
- 30 Dec 2024, 23:05
- Forum: Manuals and instructions
- Topic: Create a QR Code and Sync to device that use zeppOS by using the Zepp app
- Replies: 39
- Views: 88994
- 30 Dec 2024, 20:11
- Forum: Manuals and instructions
- Topic: Create a QR Code and Sync to device that use zeppOS by using the Zepp app
- Replies: 39
- Views: 88994
Re: Create a QR Code and Sync Amazfit Balance by using the Zepp app
Hello everyone,
Amazfit Balance and zepp on Android.
I create a watchface using zepp watchface maker and i am able to download it on m'y watch using tCreateZPK+2 , PCCloud and zint .
But if i modify the code just by adding an import
import Colors from "../../utils/config/constants";
to another ...
Amazfit Balance and zepp on Android.
I create a watchface using zepp watchface maker and i am able to download it on m'y watch using tCreateZPK+2 , PCCloud and zint .
But if i modify the code just by adding an import
import Colors from "../../utils/config/constants";
to another ...
- 30 Dec 2024, 14:49
- Forum: Watchfaces discussion
- Topic: import from cause black screen
- Replies: 0
- Views: 4033
import from cause black screen
Hello everyone,
I'm trying to create my first watchface.
I can display a first one with a background and pointers.
For reasons of code reading, I created a styles.js file in the index.js directory to define elements.
But if I try to do:
import Colors from "./styles";
after downloading my watch ...
I'm trying to create my first watchface.
I can display a first one with a background and pointers.
For reasons of code reading, I created a styles.js file in the index.js directory to define elements.
But if I try to do:
import Colors from "./styles";
after downloading my watch ...