Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sorry my question may be overly simplistic, in fact the problem I am having is that I am using a stone lcd and I want to use it to control an arduino and the arduino to control led lights. This way I have achieved the effect of using the lcd to control the led.Hi,
An almost useless question... because it is most general.
Millions will have used an LCD on a microcontroller.
There are millions of examples already in the internet. With schematics, code and descriptions.
With various microcontrollers, various LCDs with various interfaces, with various programming languages.
--> So the answer to your question is: yes
(Indeed it's rather hard to find applications that use an LCD but without microcontroller)
But I assume this is not what you are after.
So please:
Do an internet search, go through some documents, refine your internet search...
Find out what suits you most.
Then if there still are questions, feel free to ask a more detailed, more elaborated question here.
Klaus
Sorry my question may be overly simplistic, in fact the problem I am having is that I am using a stone lcd and I want to use it to control an arduino and the arduino to control led lights. This way I have achieved the effect of using the lcd to control the led.
Have you ever used an MCU to connect to an LCD?
I want to set some buttons on the stone lcd to control the arduino through the buttons and then control the blinking of the led through the arduino, or use the lcd to control the led directly, is this possible?Neither heared about it before, but it's easy enough to find TFT LCD Module Display Manufacturer,TFT Display Suppliers, LCD Display Factory STONE Tech (stoneitech.com)
As already reported in post #5, the devices have USB and RS232 interface.For Arduino, only the latter is useable. As far as I understand, the LCD modules have touch and optionally keyboard interface, but no HMI functionality. In so far, it's the Arduino that has to control the LCD module.
Thank you very much, and thanks for the answer. I guess I should look into the rules of the lcd registers first.Of course it's possible, the control code runs on Arduino, it repeatedly reads the LCD button registers and performs the respective action.
You have this post a long time from now I don't know if you have solved the problem, but I saw their website has an article about arduino and LCD connection, maybe if you understand the connection of arduino and LCD, you can understand other MCU.Thank you very much, and thanks for the answer. I guess I should look into the rules of the lcd registers first.