Kind folks,
I have used the nRF Connect app on my MacBook Pro to (carefully!) install the new 1.9.1 SDK and the Nordic version of the SEGGER Embedded Studio. Using this environment I can build, load and run various sample apps from the SDK on an nRF52840 DK. Further, by loading Segger's J-Link OB code for the Micro:Bit on that board (and with a fair degree of care about board & peripheral configurations), I can build, load and run some sample apps on the Micro:Bit V2 board (based on the nRF52833) as well.
So far, so good. But now I want to use the 5x5 LED matrix on the Micro:Bit, instead of the one or two single LEDs typically found on Nordic dev boards. Interestingly, there's even sample code in the Zephyr system to support this task, explicitly labeled nRF LED Matrix,, which purports to what I want and it's even included in the Zephyr repo in the nRF SDK! But, alas, it doesn't seem to be accessible to me from the SES "Open nRF Connect SDK Project..." path. Using that wizard, the Projects selector (slow, unresponsive, prone to crashing!) doesn't allow me to get at the requisite "nRF LED Matrix" sample app. (Trying to install a separate Zephyr build environment off to the side for experimentation is its own tar pit, e.g., involving all kinds of Python version conflicts and west problems, at least in macOS). And the sample code and this part of the Zephyr library(?) may not be directly useful, since it's C++ code and dependent on Zephyr low-level support. a different build model, etc..
Can anyone point me at an "nRF LED Matrix" library in C (not C++) that would integrate with the other, documented nRF libraries in the nRF 1.9.1 SDK? Other approaches?
TIA,
Mike