Skip to content

Conversation

@tannewt
Copy link
Member

@tannewt tannewt commented Feb 5, 2019

No description provided.

@tannewt
Copy link
Member Author

tannewt commented Feb 12, 2019

This now depends on adafruit/circuitpython#1535

@tannewt tannewt requested a review from ladyada February 12, 2019 18:21
for i in range(rounded_x):
val = (bits >> ((rounded_x-i-1)*8)) & 0xFF
scratch_row[i] = val
current_info["bitmap"]._load_row(current_y, scratch_row[:bytes_per_row])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like an added _load_row, which was deprecated above?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code doesn't work so I'm ok with it being there. I wanted to put it in the repo just in case someone wanted to pick it up and finish it.

@ladyada
Copy link
Member

ladyada commented Feb 17, 2019

tested! so far so good...

@ladyada ladyada merged commit cd7fe1f into adafruit:master Feb 18, 2019
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.

3 participants