Skip to content

Commit d403574

Browse files
author
funnygeeker
committed
update
1 parent e6e6353 commit d403574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
spi = SPI(1, baudrate=20000000, polarity=0, phase=0, sck=Pin(19), mosi=Pin(18))
1010
dp = st7735_buf.ST7735(width=160, height=128, spi=spi, cs=0, dc=1, rst=11, rotation=1)
1111
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)
12+
color_type=framebuf.RGB565, text_auto_wrap=True)
1313

1414
ed.bmp("/img/test.bmp", 0, 0)
1515
time.sleep(3)

0 commit comments

Comments
 (0)