27 Star 5 Fork 51

qpy-doc-center / teedoc_with_qpydoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qrcode.md 809 Bytes
一键复制 编辑 原始数据 按行查看 历史

qrcode- 二维码显示

根据输入的内容,生成对应的二维码。

当前支持的型号:EC600N/EC800N系列。

二维码显示功能

qrcode.show

qrcode.show(qrcode_str,magnification,start_x,start_y,Background_color,Foreground_color)

显示二维码到LCD。

参数描述:

  • qrcode_str-string类型,二维码内容;
  • magnification-int类型,放大倍数[1,6];
  • start_x-int类型,二维码显示起始x坐标;
  • start_y-int类型,二维码显示起始y坐标;
  • Background_color-int类型,前景色(不设置即默认为0xffff);
  • Foreground_color-int类型,背景色(不设置即默认为0x0000)。

返回值描述:

0表示成功,-1表示生成二维码失败,-2表示放大失败,-3表示显示失败。

1
https://gitee.com/qpy-doc-center/teedoc_with_qpydoc.git
git@gitee.com:qpy-doc-center/teedoc_with_qpydoc.git
qpy-doc-center
teedoc_with_qpydoc
teedoc_with_qpydoc
main

搜索帮助