Is there an easy way to draw bar graphs?
Yes! We have the Adafruit CircuitPython ProgressBar library available. Examples can be found here.
How did displayio naming change in CircuitPython 9?
The names for various components of displayio
were changed in CircuitPython 9. The different kinds of displays were split into separate top-level modules. Using the old names in CircuitPython 9 will generate warnings, but will still work. In CircuitPython 10 the old names will be removed completely.
-
displayio.Display
is nowbusdisplay.BusDisplay
. -
displayio.FourWire
is nowfourwire.FourWire
. -
displayio.EPaperDisplay
is nowepaperdisplay.EPaperDisplay
. -
displayio.I2CDisplay
is nowi2cdisplaybus.I2CDisplayBus
.
Page last edited March 25, 2024
Text editor powered by tinymce.