A simple keyboard for amazfit band 7, GTS 4, GTS 4 mini and GTS 3.
- Download the utils folder in your zepp os project.
- The constructor accept one parameter: the coordinate "y" of the keyboard, this is for example if you want to display something before the keyboard.
- You can use the file example.js(put in the page folder) to see the keyboard in action.
- Add this line to the page you want to display the keyboard:
import { keyboard_band7 } from '../../utils/keyboard/keyboard_band7' //add or remove ../ depends of your folder location and replace "keyboard_band7" with the amazfit device you want.
- Create an instance:
const keyboard = new keyboard_band7()
- Get text:
keyboard.text_value
keyboard_lite.mp4
- Alphabetic keyboard.
- Numeric keyboard.
- Support uppercase and lowercase letters.
- Symbols keyboard.
- Add more keyboard layouts.
- Improve the quality of the code.
Let me know if you have any ideas or recommendations.