You are reading a single comment by @yngv126399 and its replies. Click here to read the full conversation.
  • I see a lot of @jeffmer 's code which allows sharing of SPI clock and data has made it into lcd_spi_unbuf. However, when I try to compile using SPIFLASH_SHARED_SPI, I get this error:

    libs/graphics/lcd_spi_unbuf.c: In function 'set_cs':
    libs/graphics/lcd_spi_unbuf.c:63:5: error: implicit declaration of function 'jshSPIEnable' [-Werror=implicit-function-declaration]
         jshSPIEnable(_device,true);
         ^
    

    and when reading this message from jeffmer it looks like that function is not in targets/nrf5x/jshardware.c in the main branch. I'll try to add it from his repo, but curious if it is actually somewhere else? Has anyone used this feature in the main branch?

About

Avatar for yngv126399 @yngv126399 started