File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
shared-bindings/displayio Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545//| """
4646//|
4747
48- //| AnyDisplayBus: fourwire.FourWire | i2cdisplaybus.I2cDisplayBus
48+ //| AnyDisplayBus = fourwire.FourWire | i2cdisplaybus.I2CDisplayBus | is31fl3741.IS31FL3741
4949//| """Type-checking shorthand for any kind of display bus. Not actually defined in CircuitPython."""
5050//|
51- //| AnyFramebuffer: (
51+ //| AnyFramebuffer = (
5252//| rgbmatrix.RGBMatrix
53- //| | is31fl3741.FrameBuffer
53+ //| | is31fl3741.IS31FL3741_FrameBuffer
5454//| | sharpdisplay.SharpMemoryFramebuffer
5555//| | videocore.Framebuffer
5656//| | picodvi.Framebuffer
5757//| | aurora_epaper.AuroraMemoryFramebuffer
5858//| )
5959//| """Type-checking shorthand for any kind of framebuffer. Not actually defined in CircuitPython."""
6060//|
61- //| AnyDisplay: (
62- //| busdisplay.BusDisplay | epaperdisplay.EPaperDisplay | framebufferio.FrameBufferDisplay
61+ //| AnyDisplay = (
62+ //| busdisplay.BusDisplay | epaperdisplay.EPaperDisplay | framebufferio.FramebufferDisplay
6363//| )
6464//| """Type-checking shorthand for any kind of display. Not actually defined in CircuitPython."""
6565//| CIRCUITPYTHON_TERMINAL: Group
You can’t perform that action at this time.
0 commit comments