Despite following the procedure listed below, no text appears on the OLED display, despite the driver being able to communicate with the device.
I am using nRF Connect SDK v1.4.0.
I build the example that I copied from {INSTALLDIR}\ncs\v1.4.0\zephyr\samples\display\cfb with the following modifications/additions:
- added nrf9160dk_nrf9160ns.overlay custom device tree overlay file
- updated prj.conf file to include SSD1306 and to enable the I2C port.
I build the example from within a bash window with the command "west build -b nrf9160dk_nrf9160ns".
After building, I program the nrf9160 with the cfb/build/zephyr/merged.hex.
