Hi.
I want to build a big project containing 2 Arduino Mega and 18 sensors for each board. Each board will have its own Sensor Shield. So i will need a lot of lcd displays. 5x2004 displays for each board. Is there a bigger lcd display i can use with i2c connection (or other connection) as the display will be positioned 40cm away from the boards and NOT on them?
A single monochrome GLCD could display different information. e.g. Info in BIG Font for current focus. Small font for other Sensors.
Or a single Colour TFT could display even more.
Anything would be neater and tidier than five 20x4 LCDs.
I dont need graphics, only text. The 20x4 font size is good enough.
I found a 128x64 lcd screen but i dont know how many rows it can display. every code sample i found was about graphics.
128x64 can display 8 rows of 21 characters. 192x64 can show 8 rows of 32 characters.
A 20x4 is similar in size to a 3.5 inch diagonal TFT. i.e. 480x320 full colour pixels.
You would not want to cram large amounts of text into any screen. Whether it is GLCD, OLED, TFT you can use attractive fonts of different sizes. It is not compulsory to use any graphics. Nor do you have to use attractive fonts.
As I suggested earlier, a nice cup of tea can help your design process.
Transreflective LCD and GLCD have very small power requirements. e.g. for battery applications.
Anything that is mains powered does not really care.
The whole project will be placed in an engine room monitoring 2 engines. Sensors will track temps and pressures.
The lcd screens will be placed on a big console with the other engine controls almost 2 meters away from the operator. So I need big fonts so the readings can be easily readable.
Using a 3.5 lcd with many rows means that the letter fonts would be small. Correct?
If I use the 128x64 in graphics mode, how many lines can I have?
Bringing back this old thread.
I bought a ST7920 lcd display. I managed to connect it and display everything I wanted.
My question is: the diagram says I need to connect 3.3v to the BLA for backlight. I saw some schematics whith connection 5v to BLA or with 5v and a 220 resistor.
Is it possible to connect 5v?
Well, it is possible to use the 8-bit backpack but it would be very SLOW.
And would require someone to write a suitable library for you.
There is no point in using a 16-bit I2C backpack. It is slower than SPI.
And someone would have to write a library for you.
And yes, I think that I have actually written the library for DIYMORE adapter and tried it.
The display should work fine with 5V.
I am confident that you can connect BLA to 5V because it looks as if R10 is in series.
If in doubt, try an external 100R between 5V and BLA.