Skip to content

Pyi add #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 12, 2025
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