Display is
With Arduino UNO REV3 it works well connected in this mode :
Library U8GLIB has been configured
U8GLIB_NHD_C12864 u8g(13, 11, 10, 9, 8); // SPI Com: SCK = 13, MOSI = 11, CS = 10, CD = 9, RST = 8
Arduino Uno pin LCD pin
SCK 13 - SCK 8
MOSI 11 - SDA 9
CS 10 - CS 12
CD 9 - RS 10
RST 8 - RST 11
The connections with ESP-12F and LCD are :
Library U8GLIB has been configured in this mode
U8GLIB_NHD_C12864 U8GLIB(14, 13, 9, 11, 1);
ESP-12F pin - LCD pin
SCLK 14 - SCK 8
MOSI 13 - SDA 9
CS0 9 - CS 12
GPIO9 11 - RS 10
RST 1 - RST 11
but does not work on the ESP-12F.
Can someone please help me? Thanks.