-
Notifications
You must be signed in to change notification settings - Fork 9
rename _width and _height attributes #18
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment before self._bar_width
so that someone doesn't change it back. Thanks!
add requested comment
Thank you for this fix @mtowara I can test this with Blinka_Displayio and on a microcontroller device later on tonight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested these changes successfully with a RasPi 3B+ with TFT Screen hat. Also confirmed no change to behavior on PyPortal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.2.1 from 5.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#57 from markus-k/patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.2 from 3.5.0: > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#112 from tannewt/return_earlier > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#111 from adafruit/rssi_fix Updating https://github.com/adafruit/Adafruit_CircuitPython_IL0373 to 1.3.1 from 1.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_IL0373#12 from tannewt/grayscale Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31865 to 2.2.5 from 2.2.4: > Merge pull request adafruit/Adafruit_CircuitPython_MAX31865#23 from ben-lewis/master Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV493D to 1.2.0 from 1.1.4: > Merge pull request adafruit/Adafruit_CircuitPython_TLV493D#7 from markus-k/reg-addr Updating https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar to 1.3.4 from 1.3.3: > Merge pull request adafruit/Adafruit_CircuitPython_ProgressBar#18 from mtowara/mtowara-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.9.1 from 1.9.0: > Merge pull request adafruit/Adafruit_CircuitPython_Register#40 from AdamCummick/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.7.3 from 1.7.2: > Merge pull request adafruit/Adafruit_CircuitPython_Requests#43 from makermelissa/master
fix for #17