We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7abdd0 commit 377ede3Copy full SHA for 377ede3
ext_mod/lcd_bus/common_src/spi_bus.c
@@ -236,6 +236,7 @@
236
*/
237
238
// we take the transfer pointer from the bus inside the existing device
239
+ self->bus_handle = MP_OBJ_FROM_PTR(self->spi_bus);
240
self->panel_io_config.spi_transfer = ((mp_machine_spi_p_t *)MP_OBJ_TYPE_GET_SLOT(&machine_spi_type, protocol))->transfer;
241
242
return LCD_OK;
0 commit comments