1 Star 0 Fork 0

卖菇凉小蘑菇 / wipy2.0-ST7735

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Driver for ST7735 display using WiPy 2.0

This library allows to connect a ST7735 Display to a WiPy 2.0 and includes some drawing tools (line, circle, rectangle).

Wiring

Wipy 2.0 ST7735
3.3v VCC
GND GND
P6(G13) RES
P7(G14) RS/DC
P8(G15) CS
P10(G17) SCL
P11(G22) SDA

These are the default connection setting, you can change them using the constructor of the Display class as

my_display = Display(self, uSPI=0, pinDC='P7', pinCS='P8', pinRST='P6')   

Use:

from graphics import Display
from fonts import font_6x8	# only needed for drawString or drawChar methods

my_display = Display()
my_display.clearScreen() # ClearScreen
my_display.drawString(10,10,'LeMaRiva', font_6x8, my_display.COLOR_RED, 2)    

More Info:

Credits:

License:

  • Apache 2.0 (check files)

空文件

简介

Connect a ST7735 display to a WiPy2.0 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qq1847123212/wipy2.0-ST7735.git
git@gitee.com:qq1847123212/wipy2.0-ST7735.git
qq1847123212
wipy2.0-ST7735
wipy2.0-ST7735
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891