Hello...
Im have a problem.
I build project that want use two nokia 1100 lcd (PCF8814) as output my info.
I try many library from github dev.
- GitHub - pechurc/Nokia1100-Library: A library for control a Nokia 1100 display (PCF8814) With Arduino
- GitHub - vasiliucatalinmihai/Arduino-library-nokia-1100-lcd--PCF8814: PCF8814 - Interface with Philips PCF8814 (or compatible) LCDs.
- GitHub - igorok107/PCF8814: LCD PCF8814 library for arduino
- GitHub - altrunner/Adafruit_GFX_PCF8814
- https://github.com/dan-corneanu/PCF8814_GFX
I try one by one that library on 5 types nokia 1100/1110/1116/2115 (use pcf8814 controller) that i got, and it works for displaying info.
Only need little modification on initialization sendByte lcd data if some lib wont display on some lcd
My problem is when i try to set diferent output to dual display... its not work
Only lib was made by Igorox that i see include SPI code , but i cannot use this as well.
The lib is use SoftwareSPI and HardwareSPI in the code, when i use Soft SPI setting, and assignment the display pin that i chose, it works great and no problem
But when i set to HWSPI...
using pin 13 as SCLK, pin 11 as MISO, and pin 10 as SS in default code, pin 9 as RST,
And try to add second display with use pin 8 as SS and other pins are shared to first display, i only got output in first display.
The second display is always blank
Anybody can help me to explain for use that lib to multi display please.
Sory for my bad english. I come from indonesia and my english is not so good.
Tanks before