This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About SSD1306 Intergration

Dear support, 

I am the beginner of  of the Nordic with 52840 chipset, i am try to running sdk 1.90 with zephyr os 

i am try to running this case : cfb

C:\Nordic\NCS\v1.9.0\zephyr\samples\subsys\display

always show me this error.

could you show me some tips ?

C:\Nordic\NCS\v1.9.0\zephyr\include\device.h:291:37: note: in expansion of macro 'DEVICE_NAME_GET'
291 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_NAME(node_id))
| ^~~~~~~~~~~~~~~
C:\Nordic\NCS\v1.9.0\zephyr\include\device.h:311:34: note: in expansion of macro 'DEVICE_DT_NAME_GET'
311 | #define DEVICE_DT_GET(node_id) (&DEVICE_DT_NAME_GET(node_id))
| ^~~~~~~~~~~~~~~~~~
d:\display1\cfb\src\main.c:20:8: note: in expansion of macro 'DEVICE_DT_GET'
20 | dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_display));

Parents Reply Children
No Data
Related