Skip to content

Example is out of date #8

Closed
Closed
@kattni

Description

@kattni

The miniqr_displaytest.py example is out of date and no longer works.

displayio.Sprite was replaced by displayio.TileGrid. Simple fix.

Less simple: displayio.Bitmap has been updated to no longer use _load_row, and instead addresses each pixel individually. The displaytest example needs to be updated to use the new displayio API.

The new API is utilised in Adafruit_CircuitPython_PyPortal.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions