Skip to content

Commit 6fd5ca9

Browse files
authored
Merge pull request #14 from ArnoldFeng767/pyi_add
Pyi add
2 parents f526417 + 29e1222 commit 6fd5ca9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quecpython_stubs/machine.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,8 @@ class LCD(object):
759759

760760
def lcd_show(self, file_name, start_x, start_y, width, hight):
761761
"""This method displays images by reading files.
762-
762+
Modules that support this method: EC600K/EC800K/EG800P series module.
763+
763764
This file is a bin file generated by Image2Lcd. If the image header file is checked, you needn’t to enter width and height.
764765
765766
:param file_name: String type. Image name to be displayed.
@@ -772,6 +773,7 @@ class LCD(object):
772773

773774
def lcd_show_jpg(self, file_name, start_x, start_y):
774775
"""This method displays JPEG images by reading files.
776+
Modules that support this method: EC600K/EC800K/EG800P series module.
775777
776778
:param file_name: String type. Image name needs to be displayed.
777779
:param start_x: Integer type. The start x coordinate.

0 commit comments

Comments
 (0)