Skip to content

Begin polishing up bitmap font #3

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 7 commits into from
Feb 18, 2019
Merged

Begin polishing up bitmap font #3

merged 7 commits into from
Feb 18, 2019

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