Is there any Possibility that CLK and DATA pins can be connected to the analog pins or it just supports only digital one
for TM 1367 Display module
Is there any Possibility that CLK and DATA pins can be connected to the analog pins or it just supports only digital one
for TM 1367 Display module
Yes you can do that, just set them as outputs. You will then have to bit-bang the Data and CLK pins to operate the display. Try this link: https://lastminuteengineers.com/tm1637-arduino-tutorial/
It uses a library which you will probably have to modify for these pins. You could also use other pins and use these for something that is just on and off.
Ohh OK
So Analog Pins can be used as O/P too ??
Yes they work nicely. If you are using the Nano I believe A7 and A8 will not work that way. I read that a while back but never tested it to be sure.
O that's an info rarely found
Thanks !!
Well Is it any option to control the brightness of display via input keys ?
I tried last night with general Up Down theory but it was not working any of the way
Yes I believe you can, it would be a command to the display controller. I think they are 15 brightness levels plus off. Try this link, It appears to have the information you want.
I see
Ok I ll check it out
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.