Skip to content
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

extmod/modframebuf: optimize fill_rect subroutine call #2771

Merged
merged 1 commit into from
Jan 9, 2017
Merged

extmod/modframebuf: optimize fill_rect subroutine call #2771

merged 1 commit into from
Jan 9, 2017

Conversation

kamikaze
Copy link
Contributor

@kamikaze kamikaze commented Jan 7, 2017

Don't call fill_rect subroutines if height or width equals to 0 or is negative.

@dpgeorge dpgeorge merged commit e45035d into micropython:master Jan 9, 2017
@dpgeorge
Copy link
Member

dpgeorge commented Jan 9, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants