 # MicroDL : 让你的嵌入式设备数据可视化 [scode type="share"]版本:0.2[/scode] MicroDL(Micropython Drawing library)是一款可以支持Micropython的嵌入式设备上的画图库. 你可以根据自己创建的坐标系类去绘制你的图像 **下载:**[button color="success" icon="" url="https://github.com/Yang-Junjie/MicroDL/tree/main/download" type=""]下载代码[/button] **文档:**[button color="info" icon="" url="http://beisent.com/docs/#/MicroDL/?id=microdl" type=""]使用文档[/button] # 功能介绍 [tabs] [tab name="几何图形" active="true"] **点**  **散点**  **线**  **矩形**  **圆形**  **文字**  [/tab] [tab name="函数图像"] **y=sin(x)**  **y=log(x)**  **y=ReLU(x)**  **y=sigmoid(x)**  [/tab] [tab name="精彩使用"] **打字机**  **波动图像**  [/tab] [/tabs] MicroDL : 让你的嵌入式设备数据可视化 版本:0.2 MicroDL(Micropython Drawing library)是一款可以支持Micropython的嵌入式设备上的画图库.你可以根据自己创建的坐标系类去绘制你的图像下载:下载代码文档:使用文档功能介绍 几何图形函数图像精彩使用 点散点线矩形圆形文字 y=sin(x)y=log(x)y=ReLU(x)y=sigmoid(x) 打字机波动图像 最后修改:2023 年 04 月 29 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 2 如果觉得我的文章对你有用,请随意赞赏
1 条评论
MicroDL