We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e6353 commit d403574Copy full SHA for d403574
main.py
@@ -9,7 +9,7 @@
9
spi = SPI(1, baudrate=20000000, polarity=0, phase=0, sck=Pin(19), mosi=Pin(18))
10
dp = st7735_buf.ST7735(width=160, height=128, spi=spi, cs=0, dc=1, rst=11, rotation=1)
11
ed = EasyDisplay(display=dp, font="/text_lite_16px_2311.v3.bmf", show=True, color=0xFFFF, clear=True,
12
- color_type=framebuf.RGB565, text_half_char=True, text_auto_wrap=True)
+ color_type=framebuf.RGB565, text_auto_wrap=True)
13
14
ed.bmp("/img/test.bmp", 0, 0)
15
time.sleep(3)
0 commit comments