Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion quecpython_stubs/machine.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,8 @@ class LCD(object):

def lcd_show(self, file_name, start_x, start_y, width, hight):
"""This method displays images by reading files.

Modules that support this method: EC600K/EC800K/EG800P series module.

This file is a bin file generated by Image2Lcd. If the image header file is checked, you needn’t to enter width and height.

:param file_name: String type. Image name to be displayed.
Expand All @@ -772,6 +773,7 @@ class LCD(object):

def lcd_show_jpg(self, file_name, start_x, start_y):
"""This method displays JPEG images by reading files.
Modules that support this method: EC600K/EC800K/EG800P series module.

:param file_name: String type. Image name needs to be displayed.
:param start_x: Integer type. The start x coordinate.
Expand Down