Hi
I need help with working example for Nokia LCD with controller SPFD54124B.
I tried Adafruit-SPFD54124B with arduino nano , but nothing displayed on the lcd. I checked the connection and everything seems Ok. I have only White back light but no data. Any suggestions or solutions appreciated.
Thank you.
PS: The lcd connected to its original phone pcb, only SDA, SCL, RST, CS rewired accordingly.
pin assigned as following: #define RST 10 #define CS 9
SDA connected to pin 13, SCL connected to pin 11.