We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d024a0 commit 8472ae7Copy full SHA for 8472ae7
1 file changed
shared-bindings/aurora_epaper/aurora_framebuffer.c
@@ -74,7 +74,7 @@
74
//| :param int width: The width of the display in pixels
75
//| :param int height: The height of the display in pixels
76
//| :param microcontroller.Pin power: The pin that controls power to the display (optional).
77
-//| :param bool free_bus: Determines whether the SPI bus passed in will be freed when the frame buffer is freed.
+//| :param bool free_bus: Determines whether the SPI bus passed in will be freed when the frame buffer is freed (optional).
78
//| """
79
//| ...
80
static mp_obj_t aurora_epaper_framebuffer_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *all_args) {
0 commit comments