add faces

This commit is contained in:
vany5921
2020-08-07 12:07:21 +08:00
parent df11c69631
commit c6c5b84bc3
4 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# KEYBOARD {docsify-ignore-all}
# QWERTY {docsify-ignore-all}
<el-tag effect="plain">SKU:A005</el-tag>
@@ -6,7 +6,7 @@
## Description
**KEYBOARD** is a full-featured keyboard panel adapted to FACE_BOTTOM. There are 35 keys in total, and each key can be multiplexed by combination keys to output different characters. The internal integration **MEGA328** processor, works in slave through I2C communication protocol (0x08) In computer mode, the "sym" and "Fn" function keys are used to switch between upper and lower gears, and the "aA" function key is used to switch between upper and lower case. Click the corresponding function key and the indicator light is always on to activate single-character input. Double-click the indicator light to flash. Activate continuous input and click Resume again.
**QWERTY** is a full-featured keyboard panel adapted to FACE_BOTTOM. There are 35 keys in total, and each key can be multiplexed by combination keys to output different characters. The internal integration **MEGA328** processor, works in slave through I2C communication protocol (0x08) In computer mode, the "sym" and "Fn" function keys are used to switch between upper and lower gears, and the "aA" function key is used to switch between upper and lower case. Click the corresponding function key and the indicator light is always on to activate single-character input. Double-click the indicator light to flash. Activate continuous input and click Resume again.
## Product Features
@@ -17,7 +17,7 @@
## Include
- 1x Keyboard panel
- 1x QWERTY panel
## Applications
+3
View File
@@ -75,6 +75,9 @@
{a:"/#/en/module/faces_rfid", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/faces_rfid_01.webp", p:"RFID", sku:"A067" ,kw:"FACES RC552"},
{a:"/#/en/module/faces", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_01.webp", p:"FACES BOTTOM", sku:"A009" ,kw:"FACES BAT BOTTOM"},
{a:"/#/en/module/facesII", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/faceii_01.webp", p:"FACES II BOTTOM", sku:"A075" ,kw:"FACES LED BAT BOTTOM"},
{a:"/#/en/module/faces_keyboard", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_keyboard.webp", p:"Keyboard", sku:"A005" ,kw:"FACES KEYBOARD"},
{a:"/#/en/module/faces_calculator", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_cal.webp", p:"Calculator", sku:"A003" ,kw:"FACES CALCULATOR"},
{a:"/#/en/module/faces_gameboy", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_gamepad.webp", p:"Gamepad", sku:"A004" ,kw:"FACES GAMEPAD"},
];
const base_list = [
+3
View File
@@ -76,6 +76,9 @@
{a:"/#/zh_CN/module/faces_rfid", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/faces_rfid_01.webp", p:"RFID", sku:"A067" ,kw:"FACES RC552"},
{a:"/#/zh_CN/module/faces", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_01.webp", p:"FACES", sku:"A009" ,kw:"FACES BAT BOTTOM"},
{a:"/#/zh_CN/module/facesII", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/faceii_01.webp", p:"FACES II", sku:"A075" ,kw:"FACES LED BAT BOTTOM"},
{a:"/#/zh_CN/module/faces_keyboard", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_keyboard.webp", p:"Keyboard", sku:"A005" ,kw:"FACES KEYBOARD"},
{a:"/#/zh_CN/module/faces_calculator", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_cal.webp", p:"Calculator", sku:"A003" ,kw:"FACES CALCULATOR"},
{a:"/#/zh_CN/module/faces_gameboy", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/module/face_gamepad.webp", p:"Gamepad", sku:"A004" ,kw:"FACES GAMEPAD"},
];
const base_list = [
+3 -3
View File
@@ -1,4 +1,4 @@
# KEYBOARD {docsify-ignore-all}
# QWERTY {docsify-ignore-all}
<el-tag effect="plain">SKU:A005</el-tag>
@@ -6,7 +6,7 @@
## 描述
**KEYBOARD** 是适配FACE_BOTTOM的全功能键盘面板,共有35个按键,每个按键都可通过组合键复用,输出不同字符.内部集成**MEGA328**处理器,通过I2C通信协议(0x08)工作在从机模式下."sym"与"Fn"功能键用于上档切换,"aA"功能键用于大小写切换,单击相应功能键指示灯常亮激活单字符输入,双击指示灯闪烁,可激活连续输入,再次单击恢复。
**QWERTY** 是适配FACE_BOTTOM的全功能键盘面板,共有35个按键,每个按键都可通过组合键复用,输出不同字符.内部集成**MEGA328**处理器,通过I2C通信协议(0x08)工作在从机模式下."sym"与"Fn"功能键用于上档切换,"aA"功能键用于大小写切换,单击相应功能键指示灯常亮激活单字符输入,双击指示灯闪烁,可激活连续输入,再次单击恢复。
## 产品特性
@@ -17,7 +17,7 @@
## 包含
- 1x Keyboard面板
- 1x QWERTY 面板
## 应用