Skip to content

Add bitmap_label.py library for reduced memory usage for displaying text #79

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 29 commits into from
Aug 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
32f2bf2
Added first revision of bitmap_label.py. A lot of cleanup to do on t…
Aug 2, 2020
bf85776
Fixed bug for index into glyph.bitmap in place_text
Aug 2, 2020
b628dff
Sample file for debugging bitmap_label - see code.py
Aug 2, 2020
4a7e7a0
Corrected sign error for calibration to label.py
Aug 3, 2020
be67473
Removed debugging print statements, will do more testing to verify
Aug 3, 2020
25ff802
Corrected to snake_case, updated formatting
Aug 3, 2020
d0c7d38
added font and two code samples, with minor updates to bitmap_label.py
Aug 3, 2020
ace3e78
Cleaned up the text_bounding_box function to be similar to label.py
Aug 4, 2020
accdb87
Added simpletest, with time measurement
Aug 5, 2020
8a16497
Add more complex example with alternating display of label and bitmap…
Aug 6, 2020
9640d00
Removed unnecessary comments and ran black
Aug 6, 2020
93756e4
Updated class function organization and ran black
Aug 7, 2020
9ffd22a
Ran black on examples
Aug 7, 2020
4bdfb61
Ran black
Aug 7, 2020
dfe6899
cleaned for pylint and black
Aug 7, 2020
119a7d0
Limited pylint cleanup of examples
Aug 7, 2020
6a30b32
ran black
Aug 7, 2020
6aac22d
minor edits of comments and for pylint no-member
Aug 8, 2020
61481a7
Merge branch 'kmatch_bitmap_label' into my_bitmap_label
FoamyGuy Aug 11, 2020
e08643c
changing example script to simpletest
FoamyGuy Aug 11, 2020
b6662ef
working on bitmap_label vs. label comparison example
FoamyGuy Aug 12, 2020
e443db2
Updated getters/setters to match label.py
Aug 12, 2020
8c98dac
working on comparison example
FoamyGuy Aug 12, 2020
3084b17
Merge branch 'kmatch_bitmap_label' into my_bitmap_label
FoamyGuy Aug 12, 2020
b14b945
Added pylint: disable=no-self-use on getters that throw errors
Aug 12, 2020
c16dac7
Merge pull request #4 from FoamyGuy/my_bitmap_label
kmatch98 Aug 12, 2020
12440fd
Ran black on example
Aug 12, 2020
b0d1d59
Deleted unnecessary import
Aug 12, 2020
d451764
added glyphs and moved variable outside of memory check
Aug 13, 2020
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
Loading