CircuitPython version
https://circuitpython.readthedocs.io/en/7.0.x/shared-bindings/displayio/index.html
Code/REPL
from displayio import OnDiskBitmap
Behavior
The image’s pixel_shader. The type depends on the underlying bitmap’s structure. The pixel shadder can be modified (e.g., to set the transparent pixel or, for paletted images, to update the palette
Description
- "shadder"
- Need punctuation at the end of the sentence.
Additional information
Not present in 6.3.x docs.
CircuitPython version
Code/REPL
Behavior
The image’s pixel_shader. The type depends on the underlying bitmap’s structure. The pixel shadder can be modified (e.g., to set the transparent pixel or, for paletted images, to update the palette
Description
Additional information
Not present in 6.3.x docs.