Skip to content

Commit b781261

Browse files
committed
pre-commit
1 parent 526e73e commit b781261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/sharpdisplay/SharpMemoryFramebuffer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
//| :param int width: The width of the display in pixels
5858
//| :param int height: The height of the display in pixels
5959
//| :param int baudrate: The baudrate to communicate with the screen at
60-
//| :param bool jdi_display: When True, work with an 8-color JDI display. Otherwise, a monochrome Sharp display."""
60+
//| :param bool jdi_display: When True, work with an 8-color JDI display. Otherwise, a monochrome Sharp display.
61+
//| """
6162
//| ...
6263
STATIC mp_obj_t sharpdisplay_framebuffer_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *all_args) {
6364
enum { ARG_spi_bus, ARG_chip_select, ARG_width, ARG_height, ARG_baudrate, ARG_jdi_display, NUM_ARGS };

0 commit comments

Comments
 (0)