Skip to content

Keyboard for amazfit band 7, gts 4, gts 4 mini and gts 3 with zepp os v1

Notifications You must be signed in to change notification settings

Rafucho25/keyboard-amazfit-devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keyboard for amazfit devices

A simple keyboard for amazfit band 7, GTS 4, GTS 4 mini and GTS 3.

How to install

  • Download the utils folder in your zepp os project.

How it works

  • 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.

How to use(example for band 7)

  • 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

Screenshot and videos

Default

keyboard_lite.mp4

Features

  • Alphabetic keyboard.
  • Numeric keyboard.
  • Support uppercase and lowercase letters.
  • Symbols keyboard.

Future updates

  • Add more keyboard layouts.
  • Improve the quality of the code.

Let me know if you have any ideas or recommendations.

About

Keyboard for amazfit band 7, gts 4, gts 4 mini and gts 3 with zepp os v1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published