Skip to content

Commit 46f3a41

Browse files
authored
Update README.md
1 parent a763f2e commit 46f3a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ from libs.easydisplay import EasyDisplay
4141

4242
spi = SPI(1, baudrate=20000000, polarity=0, phase=0, sck=Pin(1), mosi=Pin(0))
4343
dp = st7735.ST7735(width=160, height=128, spi=spi, cs=Pin(19), dc=Pin(18), rst=Pin(3), rot=1)
44-
ed = EasyDisplay(display=dp, font_file="/fonts/smiley_sans/smiley16.bmf", show=True, font_color=0xFFFF, clear=True,
44+
ed = EasyDisplay(display=dp, font_file="/fonts/harmonyos_sans/harmonyos16.bmf", show=True, font_color=0xFFFF, clear=True,
4545
img_format=framebuf.RGB565, img_color=0xFFFF)
4646

4747
ed.bmp("/img/test.bmp", 0, 0)

0 commit comments

Comments
 (0)