In the past I've used Arduinos for smaller projects, mostly finding pieces of code on the internet and adapting them to my needs.
I have always controlled external hardware such as displays with existing libraries.
But now I'm facing a challenge that I haven't had before:
I have a lot of individual LCD's (15 numbers, 22 prompts) which I want to test for functionality first. So switching all symbols and signs on and off and possibly a quick counting up of the number displays is the challenge.
As simple as that may sound - I don't know how and where to start.
Maybe someone can give me a little tip to start with.
First I have to wire the display correctly.
The documentation says:
Three lines serial interface (B type)
1 - CS: Serial shift pulse input
2 - CLK: Serial shift pulse input
3 - DI:Serial data input
4 - VSS:Power ground
5 - VDD:Power anode
6 - BLA: Backlight cathode
7 - BLK: Backlight anode
Pins 1 - 3 I don't really know. When using a library I would define the pins and assign them to the library, but like this..?
Pins 4 - 7 should be self explanatory.
So, every idea, every "jump start" is welcome. I enclose the documentation for the display, maybe someone already had a similar case.
Sorry - no documentation yet, because I'm not allowed...