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 45
45
//| """
46
46
//|
47
47
48
- //| AnyDisplayBus: fourwire.FourWire | i2cdisplaybus.I2cDisplayBus
48
+ //| AnyDisplayBus = fourwire.FourWire | i2cdisplaybus.I2CDisplayBus | is31fl3741.IS31FL3741
49
49
//| """Type-checking shorthand for any kind of display bus. Not actually defined in CircuitPython."""
50
50
//|
51
- //| AnyFramebuffer: (
51
+ //| AnyFramebuffer = (
52
52
//| rgbmatrix.RGBMatrix
53
- //| | is31fl3741.FrameBuffer
53
+ //| | is31fl3741.IS31FL3741_FrameBuffer
54
54
//| | sharpdisplay.SharpMemoryFramebuffer
55
55
//| | videocore.Framebuffer
56
56
//| | picodvi.Framebuffer
57
57
//| | aurora_epaper.AuroraMemoryFramebuffer
58
58
//| )
59
59
//| """Type-checking shorthand for any kind of framebuffer. Not actually defined in CircuitPython."""
60
60
//|
61
- //| AnyDisplay: (
62
- //| busdisplay.BusDisplay | epaperdisplay.EPaperDisplay | framebufferio.FrameBufferDisplay
61
+ //| AnyDisplay = (
62
+ //| busdisplay.BusDisplay | epaperdisplay.EPaperDisplay | framebufferio.FramebufferDisplay
63
63
//| )
64
64
//| """Type-checking shorthand for any kind of display. Not actually defined in CircuitPython."""
65
65
//| CIRCUITPYTHON_TERMINAL: Group
You can’t perform that action at this time.
0 commit comments