How to wire LCD to Nordic Nrf5340 DK #21
-
I need help , I have flash ZS watch code to DK as per instruction for DK and then connected LCD using following configuration but I am only seeing backlight glowing and nothing appearing on LCD .The pins connections are as follows . And I have not connected pins for touch . Can you kindly check if something is wrong here . ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 28 replies
-
I assume you got it working, but the mappings are here anyway https://github.com/jakkra/ZSWatch/blob/main/app/boards/nrf5340dk_nrf5340_cpuapp.overlay#LL41C33-L41C33 check spi4, gc9a01, i2c_2 and |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I assume you got it working, but the mappings are here anyway https://github.com/jakkra/ZSWatch/blob/main/app/boards/nrf5340dk_nrf5340_cpuapp.overlay#LL41C33-L41C33 check spi4, gc9a01, i2c_2 and
CST816S. Note you will only get 8MHz on the dk, as the pins for high speed spi are the button, and we need the buttons. So this will make the screen less responsive.