Generic 20x4 LCD display
Moderator: Benj
-
- Posts: 1333
- Joined: Tue Oct 06, 2009 9:39 am
- Has thanked: 1135 times
- Been thanked: 299 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Generic 20x4 LCD display
Hi Keith,
All the functions within Flowcode use Write mode only.
Therefore you must connect W/R pin on the LCD to 0V (Hence GND).
So its not a bug.
Martin
All the functions within Flowcode use Write mode only.
Therefore you must connect W/R pin on the LCD to 0V (Hence GND).
So its not a bug.
Martin
Martin
Re: Generic 20x4 LCD display
Hi Martin,
Thank you for your response.
I suspected Jorgen meant ground, but I took offense to the exclamation point. So, I wasn't sure if he was yelling at me to connect it to ground or if he was yelling some three-letter acronym at me.
Unfortunately, I, as well as others, have a need for software control of the R/W function of the controller in order to use the BF and and have the ability to read RAM. So, in the purest meaning of the word, it's not a "bug". Rather, it's a missing feature.
In any case, I believe it's either a bug or a function of the controller that should be made available.
Regards,
Keith
Thank you for your response.
I suspected Jorgen meant ground, but I took offense to the exclamation point. So, I wasn't sure if he was yelling at me to connect it to ground or if he was yelling some three-letter acronym at me.
Unfortunately, I, as well as others, have a need for software control of the R/W function of the controller in order to use the BF and and have the ability to read RAM. So, in the purest meaning of the word, it's not a "bug". Rather, it's a missing feature.
In any case, I believe it's either a bug or a function of the controller that should be made available.
Regards,
Keith
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Generic 20x4 LCD display
You're welcome.
I have moved topic from bugs to Feature requests.
Martin
I have moved topic from bugs to Feature requests.
Martin
Martin
-
- Posts: 1333
- Joined: Tue Oct 06, 2009 9:39 am
- Has thanked: 1135 times
- Been thanked: 299 times
Re: Generic 20x4 LCD display
Hi Kieth
Sorry sorry, it was not my intention at all to be mad, yelling or the like this
. I was just busy and I just saw your short question. I thought you knew what GND is, therefore, my short answer. Hope this is ok.
I am also very pleased to be able to get help here in the forum from all these kind people.
Martin thank´s for further support
Best regard Jorgen.
Sorry sorry, it was not my intention at all to be mad, yelling or the like this

I am also very pleased to be able to get help here in the forum from all these kind people.
Martin thank´s for further support

Best regard Jorgen.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Generic 20x4 LCD display
Hello,
If you use the LCD (Generic) component instead then this allows you to set the rows and columns and also allows the use of the R/W pin.
If you use the LCD (Generic) component instead then this allows you to set the rows and columns and also allows the use of the R/W pin.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Generic 20x4 LCD display
Hi,
Sorry I should have been clearer.
If you set the rows property to 4 and the columns property to 20 then that will match your display and provide the R/W pin functionality you require.
Sorry I should have been clearer.
If you set the rows property to 4 and the columns property to 20 then that will match your display and provide the R/W pin functionality you require.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel