Skip to content

Commit 3ca0396

Browse files
author
funnygeeker
committed
bug fix
1 parent 9ac392c commit 3ca0396

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/easydisplay.mpy

-1 Bytes
Binary file not shown.

lib/easydisplay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def ppm(self, *args, **kwargs):
513513
self.pbm(*args, **kwargs)
514514

515515
def pbm(self, file, x, y, key: int = -1, show: bool = None, clear: bool = None, invert: bool = False,
516-
color_type="RGB565", color: int = None, bg_color: int = None):
516+
color_type=None, color: int = None, bg_color: int = None):
517517
"""
518518
显示 pbm / ppm 图片
519519

0 commit comments

Comments
 (0)