Skip to content

Commit 3cf7125

Browse files
committed
Add CIRCUITPYTHON_TERMINAL usage description
1 parent 0c00220 commit 3cf7125

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

shared-bindings/displayio/Display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ MP_PROPERTY_GETTER(displayio_display_bus_obj,
426426

427427
//| root_group: Group
428428
//| """The root group on the display.
429+
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
429430
//| If the root group is set to ``None``, no output will be shown.
430431
//| """
431432
STATIC mp_obj_t displayio_display_obj_get_root_group(mp_obj_t self_in) {

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ MP_PROPERTY_GETTER(displayio_epaperdisplay_bus_obj,
384384

385385
//| root_group: Group
386386
//| """The root group on the epaper display.
387+
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
387388
//| If the root group is set to ``None``, no output will be shown.
388389
//| """
389390
//|

shared-bindings/framebufferio/FramebufferDisplay.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, fra
324324

325325
//| root_group: displayio.Group
326326
//| """The root group on the display.
327+
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
327328
//| If the root group is set to ``None``, no output will be shown.
328329
//| """
329330
//|

0 commit comments

Comments
 (0)