Skip to content

Commit 912ab82

Browse files
committed
working on being able to share the SPI Bus
1 parent 1b09e15 commit 912ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/modlcd_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mp_obj_t mp_lcd_bus_init(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_a
5858
(uint16_t)args[ARG_height].u_int,
5959
(uint8_t)args[ARG_bpp].u_int,
6060
(uint32_t)args[ARG_buffer_size].u_int,
61-
(bool)args[ARG_rgb565_byte_swap].u_bool
61+
(bool)args[ARG_rgb565_byte_swap].u_bool,
6262
(uint8_t)args[ARG_cmd_bits].u_int,
6363
(uint8_t)args[ARG_param_bits].u_int,
6464
);

0 commit comments

Comments
 (0)