Skip to content

Commit 92d9e89

Browse files
authored
Merge pull request adafruit#11144 from dhalbert/remove-CIRCUITPY_RESERVED_PSRAM
dotclockframebuffer: remove obsolete doc re CIRCUITPY_RESERVED_PSRAM
2 parents b7f6c03 + 95fcfc6 commit 92d9e89

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

shared-bindings/dotclockframebuffer/DotClockFramebuffer.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@
5454
//| When a board has dedicated dot clock framebuffer pins and/or timings, they are intended to be used in the constructor with ``**`` dictionary unpacking like so:
5555
//| ``DotClockFramebuffer(**board.TFT_PINS, **board.TFT_TIMINGS)``
5656
//|
57-
//| On Espressif-family microcontrollers, this driver requires that the
58-
//| ``CIRCUITPY_RESERVED_PSRAM`` in ``settings.toml`` be large enough to hold the
59-
//| framebuffer. Generally, boards with built-in displays or display connectors
60-
//| will have a default setting that is large enough for typical use. If the
61-
//| constructor raises a MemoryError or an IDFError, this probably indicates the
62-
//| setting is too small and should be increased.
63-
//|
6457
//| TFT connection parameters:
6558
//|
6659
//| :param microcontroller.Pin de: The "data enable" input to the display

0 commit comments

Comments
 (0)