I looked into it and it seems in esp32_rmt.c on line 53 there is a GitHub URL to a pull request (PR #16293 in the main MicroPython repo). It looks like a remnant from a merge commit message, code ...
Following the instructions, I built the lv_micropython image but I have a problem with the instantiations of the SPI class. The first snippet shows the instantiation of the SPI class in the ...